Update README.md
Browse files
README.md
CHANGED
|
@@ -88,7 +88,7 @@ inputs = processor(prompts)
|
|
| 88 |
|
| 89 |
# use bf16
|
| 90 |
model = AutoModelForCausalLM.from_pretrained(
|
| 91 |
-
"
|
| 92 |
local_files_only=True,
|
| 93 |
torch_dtype=torch.bfloat16,
|
| 94 |
trust_remote_code=True,
|
|
|
|
| 88 |
|
| 89 |
# use bf16
|
| 90 |
model = AutoModelForCausalLM.from_pretrained(
|
| 91 |
+
"Infi-MM/infimm-zephyr",
|
| 92 |
local_files_only=True,
|
| 93 |
torch_dtype=torch.bfloat16,
|
| 94 |
trust_remote_code=True,
|