timdettmers commited on
Commit
05dc095
1 Parent(s): cd38798

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ from transformers import (
21
 
22
 
23
  # model_name = "lmsys/vicuna-7b-delta-v1.1"
24
- model_name = "decapoda-research/llama-65b-hf"
25
 
26
  max_new_tokens = 1536
27
 
 
21
 
22
 
23
  # model_name = "lmsys/vicuna-7b-delta-v1.1"
24
+ model_name = "timdettmers/guanaco-33b-merged"
25
 
26
  max_new_tokens = 1536
27