mobinln commited on
Commit
188e57a
1 Parent(s): 17e33d2

change to phi3 q4

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 = "SanctumAI/Meta-Llama-3-8B-Instruct-GGUF"
5
  llm = Llama.from_pretrained(
6
  repo_id=model,
7
- filename="meta-llama-3-8b-instruct.Q4_K_M.gguf",
8
  verbose=True,
9
  use_mmap=False,
10
  use_mlock=True,
 
1
  import gradio as gr
2
  from llama_cpp import Llama
3
 
4
+ model = "microsoft/Phi-3-mini-4k-instruct-gguf"
5
  llm = Llama.from_pretrained(
6
  repo_id=model,
7
+ filename="Phi-3-mini-4k-instruct-q4.gguf",
8
  verbose=True,
9
  use_mmap=False,
10
  use_mlock=True,