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

Update app.py

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-1B-Instruct-GGUF"
11
- filename = "Llama-3.2-1B-Instruct.Q8_0.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 = "Qwen/Qwen2.5-1.5B-Instruct-GGUF"
11
+ filename = "qwen2.5-1.5b-instruct-q8_0.gguf"
12
 
13
 
14
  llm = load_llm(repo_id, filename)