Do0rMaMu commited on
Commit
c1a23c3
·
verified ·
1 Parent(s): d97cf54

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -4,7 +4,7 @@ from llama_cpp import Llama
4
 
5
  # Model loading with specified path and configuration
6
  llm = Llama(
7
- model_path="phi-3-mini-4k-instruct.Q4_K.gguf", # Update the path as necessary
8
  n_ctx=4096,
9
  n_threads=2,
10
  )
 
4
 
5
  # Model loading with specified path and configuration
6
  llm = Llama(
7
+ model_path="phi-3-mini-4k-instruct-text-to-sql.Q4_K.gguf", # Update the path as necessary
8
  n_ctx=4096,
9
  n_threads=2,
10
  )