Update main.py
Browse files
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 |
)
|