AmeerH commited on
Commit
d27ca99
1 Parent(s): f1cccc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ nf4_config = BitsAndBytesConfig(
38
 
39
  # Change the model path here to test any other model.
40
  # model_path = 'training_date_02_10_2023_psql/final_merged_checkpoint'
41
- model_path = 'Llama-13b-chat'
42
 
43
  tokenizer = AutoTokenizer.from_pretrained(
44
  model_path,
 
38
 
39
  # Change the model path here to test any other model.
40
  # model_path = 'training_date_02_10_2023_psql/final_merged_checkpoint'
41
+ model_path = 'meta-llama/Llama-2-7b-chat-hf'
42
 
43
  tokenizer = AutoTokenizer.from_pretrained(
44
  model_path,