ginipick commited on
Commit
8db507a
·
verified ·
1 Parent(s): 9fff9f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -13,13 +13,8 @@ llm = None
13
  llm_model = None
14
 
15
  hf_hub_download(
16
- repo_id="bartowski/Meta-Llama-3-70B-Instruct-GGUF",
17
- filename="Meta-Llama-3-70B-Instruct-Q3_K_M.gguf",
18
- local_dir = "./models"
19
- )
20
- hf_hub_download(
21
- repo_id="bartowski/Mistral-Small-24B-Instruct-2501-GGUF",
22
- filename="Mistral-Small-24B-Instruct-2501-Q8_0.gguf",
23
  local_dir = "./models"
24
  )
25
 
 
13
  llm_model = None
14
 
15
  hf_hub_download(
16
+ repo_id="ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503",
17
+ filename="Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503.gguf",
 
 
 
 
 
18
  local_dir = "./models"
19
  )
20