Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ 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 |
-
hf_hub_download(repo_id="baconnier/Napoleon_24B_V0.0-GGUF", filename="
|
19 |
|
20 |
|
21 |
@spaces.GPU(duration=60)
|
|
|
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 |
+
hf_hub_download(repo_id="baconnier/Napoleon_24B_V0.0-GGUF", filename="Napoleon_24B_V0.0.Q8_0.gguf", local_dir = "./models")
|
19 |
|
20 |
|
21 |
@spaces.GPU(duration=60)
|