nishantgaurav23 commited on
Commit
46fd3b6
·
verified ·
1 Parent(s): 86563d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -121,7 +121,8 @@ def check_environment():
121
  @st.cache_resource
122
  def initialize_model():
123
  """Initialize the Llama model once"""
124
- model_path = "mistral-7b-v0.1.Q4_K_M.gguf"
 
125
  # model_path = "TheBloke/Mistral-7B-v0.1-GGUF"
126
  if not os.path.exists(model_path):
127
  st.error(f"Model file {model_path} not found!")
 
121
  @st.cache_resource
122
  def initialize_model():
123
  """Initialize the Llama model once"""
124
+ #model_path = "mistral-7b-v0.1.Q4_K_M.gguf"
125
+ model_path = "neuralmagic/Mistral-7B-Instruct-v0.3-GPTQ-4bit"
126
  # model_path = "TheBloke/Mistral-7B-v0.1-GGUF"
127
  if not os.path.exists(model_path):
128
  st.error(f"Model file {model_path} not found!")