tabbyAPI-ollama/backends/exllamav3
kingbri 390daeb92f Model: Create universal HFModel class
The HFModel class serves to coalesce all config files that contain
random keys which are required for model usage.

Adding this base class allows us to expand as HuggingFace randomly
changes their JSON schemas over time, reducing the brunt that backend
devs need to feel when their next model isn't supported.

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
2025-05-13 18:12:38 -04:00
..
model.py Model: Create universal HFModel class 2025-05-13 18:12:38 -04:00
sampler.py Model: Add Exllamav3 sampler 2025-05-02 21:33:25 -04:00