Ankitajadhav commited on
Commit
4dde30e
·
verified ·
1 Parent(s): c4d11f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ try:
15
  llm = Llama(
16
  # model_path="./models/Phi-3-mini-4k-instruct-gguf",
17
  # model_path = "./models/Phi-3-mini-4k-instruct-q4.gguf",
18
- model_path = "microsoft/Phi-3-mini-4k-instruct-gguf"
19
  n_ctx=2048,
20
  n_gpu_layers=50, # Adjust based on your VRAM
21
  )
 
15
  llm = Llama(
16
  # model_path="./models/Phi-3-mini-4k-instruct-gguf",
17
  # model_path = "./models/Phi-3-mini-4k-instruct-q4.gguf",
18
+ model_path = "microsoft/Phi-3-mini-4k-instruct-gguf",
19
  n_ctx=2048,
20
  n_gpu_layers=50, # Adjust based on your VRAM
21
  )