mobinln commited on
Commit
ba6fd7d
·
verified ·
1 Parent(s): 5026321

change to phi3 4q

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from llama_cpp import Llama
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-fp16.gguf",
8
  verbose=True,
9
  use_mmap=False,
10
  use_mlock=True,
 
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,