johnpaulbin commited on
Commit
2d6f6bd
·
verified ·
1 Parent(s): f0a3cf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "ijohn07/Llama-3.2-3B-Q8_0-GGUF"
7
- base_model_file = "llama-3.2-3b-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
 
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