Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from ui import css, PLACEHOLDER
|
|
14 |
llm = None
|
15 |
llm_model = None
|
16 |
hf_hub_download(repo_id="baconnier/Napoleon_24B_V0.2-Q8_0-GGUF", filename="napoleon_24b_v0.2-q8_0.gguf", local_dir = "./models")
|
17 |
-
hf_hub_download(repo_id="baconnier/Napoleon_24B_V0.1-Q8_0-GGUF", filename="napoleon_24b_v0.
|
18 |
|
19 |
@spaces.GPU(duration=120)
|
20 |
def respond(
|
|
|
14 |
llm = None
|
15 |
llm_model = None
|
16 |
hf_hub_download(repo_id="baconnier/Napoleon_24B_V0.2-Q8_0-GGUF", filename="napoleon_24b_v0.2-q8_0.gguf", local_dir = "./models")
|
17 |
+
hf_hub_download(repo_id="baconnier/Napoleon_24B_V0.1-Q8_0-GGUF", filename="napoleon_24b_v0.1-q8_0.gguf", local_dir = "./models")
|
18 |
|
19 |
@spaces.GPU(duration=120)
|
20 |
def respond(
|