Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,8 +36,8 @@ quantization_config = BitsAndBytesConfig(
|
|
36 |
)
|
37 |
|
38 |
llm = HuggingFaceLLM(
|
39 |
-
model_name="kheopss/kheops_hermes-
|
40 |
-
tokenizer_name="kheopss/kheops_hermes-
|
41 |
context_window=3900,
|
42 |
max_new_tokens=2560,
|
43 |
model_kwargs={"quantization_config": quantization_config},
|
|
|
36 |
)
|
37 |
|
38 |
llm = HuggingFaceLLM(
|
39 |
+
model_name="kheopss/kheops_hermes-202k-e3-v0.14-bnb-16bit",
|
40 |
+
tokenizer_name="kheopss/kheops_hermes-202k-e3-v0.14-bnb-16bit",
|
41 |
context_window=3900,
|
42 |
max_new_tokens=2560,
|
43 |
model_kwargs={"quantization_config": quantization_config},
|