rohansampath commited on
Commit
bb6fa7e
·
verified ·
1 Parent(s): 6d1be3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ else:
18
  # ---------------------------------------------------------------------------
19
  # 1. Model and tokenizer setup and Loading
20
  # ---------------------------------------------------------------------------
21
- model_name = "mistralai/Mistral-7B-Instruct-v0.3"
22
  tokenizer = None
23
  model = None
24
  model_loaded = False
 
18
  # ---------------------------------------------------------------------------
19
  # 1. Model and tokenizer setup and Loading
20
  # ---------------------------------------------------------------------------
21
+ model_name = "mistralai/Mistral-7B-v0.1"
22
  tokenizer = None
23
  model = None
24
  model_loaded = False