ar08 commited on
Commit
1a97454
·
verified ·
1 Parent(s): 83b24f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ logging.basicConfig(level=logging.INFO)
15
  logger = logging.getLogger(__name__)
16
 
17
  # Load the Phi-3 model using llama-cpp-python
18
- model_path = "./Phi-3-mini-4k-instruct-q4.gguf" # Ensure this path is correct
19
  try:
20
  llama_model = Llama(
21
  model_path=model_path,
 
15
  logger = logging.getLogger(__name__)
16
 
17
  # Load the Phi-3 model using llama-cpp-python
18
+ model_path = "./Qwen2-1.5B-Instruct.IQ3_M.gguf" # Ensure this path is correct
19
  try:
20
  llama_model = Llama(
21
  model_path=model_path,