Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ from llama_cpp import Llama
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# Download the base model
|
6 |
-
base_model_repo = "
|
7 |
-
base_model_file = "
|
8 |
base_model_path = hf_hub_download(repo_id=base_model_repo, filename=base_model_file)
|
9 |
|
10 |
# Download the LoRA adapter
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# Download the base model
|
6 |
+
base_model_repo = "johnpaulbin/articulate-11-expspanish-base-merged-Q8_0-GGUF"
|
7 |
+
base_model_file = "articulate-11-expspanish-base-merged-q8_0.gguf"
|
8 |
base_model_path = hf_hub_download(repo_id=base_model_repo, filename=base_model_file)
|
9 |
|
10 |
# Download the LoRA adapter
|