mobinln commited on
Commit
65ba521
1 Parent(s): fd04f6a

change to llama 3.2 1B

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ from uuid import uuid4
7
 
8
  # repo_id = "Qwen/Qwen2.5-0.5B-Instruct-GGUF"
9
  # filename = "qwen2.5-0.5b-instruct-q8_0.gguf"
10
- repo_id = "MaziyarPanahi/Llama-3.2-3B-Instruct-GGUF"
11
- filename = "Llama-3.2-3B-Instruct.Q4_K_M.gguf"
12
 
13
 
14
  llm = load_llm(repo_id, filename)
 
7
 
8
  # repo_id = "Qwen/Qwen2.5-0.5B-Instruct-GGUF"
9
  # filename = "qwen2.5-0.5b-instruct-q8_0.gguf"
10
+ repo_id = "MaziyarPanahi/Llama-3.2-1B-Instruct-GGUF"
11
+ filename = "Llama-3.2-1B-Instruct.Q8_0.gguf"
12
 
13
 
14
  llm = load_llm(repo_id, filename)