mobinln commited on
Commit
2603190
1 Parent(s): 8d96f95

change to Llama-3.2-1B-Instruct-Q8_0.gguf

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,10 +1,10 @@
1
  import gradio as gr
2
  from llama_cpp import Llama
3
 
4
- model = "Qwen/Qwen2.5-3B-Instruct-GGUF"
5
  llm = Llama.from_pretrained(
6
  repo_id=model,
7
- filename="qwen2.5-3b-instruct-q8_0.gguf",
8
  verbose=True,
9
  use_mmap=True,
10
  use_mlock=True,
 
1
  import gradio as gr
2
  from llama_cpp import Llama
3
 
4
+ model = "bartowski/Llama-3.2-1B-Instruct-GGUF"
5
  llm = Llama.from_pretrained(
6
  repo_id=model,
7
+ filename="Llama-3.2-1B-Instruct-Q8_0.gguf",
8
  verbose=True,
9
  use_mmap=True,
10
  use_mlock=True,