Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ nf4_config = BitsAndBytesConfig(
|
|
16 |
bnb_4bit_compute_dtype=torch.bfloat16
|
17 |
)
|
18 |
|
19 |
-
model_id = "
|
20 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
21 |
model = AutoModelForCausalLM.from_pretrained(model_id,
|
22 |
# load_in_8bit=True,
|
|
|
16 |
bnb_4bit_compute_dtype=torch.bfloat16
|
17 |
)
|
18 |
|
19 |
+
model_id = "CohereForAI/c4ai-command-r-v01"
|
20 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
21 |
model = AutoModelForCausalLM.from_pretrained(model_id,
|
22 |
# load_in_8bit=True,
|