minhdang commited on
Commit
671117c
1 Parent(s): 297524a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ nf4_config = BitsAndBytesConfig(
21
  bnb_4bit_use_double_quant=True,
22
  bnb_4bit_compute_dtype=torch.bfloat16
23
  )
24
- model_id = "CohereForAI/c4ai-command-r-v01"
25
  tokenizer = AutoTokenizer.from_pretrained(model_id)
26
  model = AutoModelForCausalLM.from_pretrained(model_id,
27
  # load_in_8bit=True,
 
21
  bnb_4bit_use_double_quant=True,
22
  bnb_4bit_compute_dtype=torch.bfloat16
23
  )
24
+ model_id = "ai21labs/Jamba-v0.1"
25
  tokenizer = AutoTokenizer.from_pretrained(model_id)
26
  model = AutoModelForCausalLM.from_pretrained(model_id,
27
  # load_in_8bit=True,