AIencoder commited on
Commit
b984098
·
verified ·
1 Parent(s): f8079bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ from huggingface_hub import hf_hub_download
4
  import traceback
5
 
6
  model_path = hf_hub_download(
7
- repo_id="mradermacher/Nanbeige4.1-3B-GGUF",
8
- filename="Nanbeige4.1-3B.f16.gguf"
9
  )
10
 
11
  llm = Llama(
 
4
  import traceback
5
 
6
  model_path = hf_hub_download(
7
+ repo_id="AIencoder/Axon26-Coder-Q8_0-GGUF",
8
+ filename="axon26-coder-q8_0.gguf"
9
  )
10
 
11
  llm = Llama(