Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
29 |
torch_dtype=torch.float16,
|
30 |
).to("cuda")
|
31 |
|
32 |
-
tokenizer = AutoTokenizer.from_pretrained(
|
33 |
|
34 |
print(
|
35 |
model.answer_question(
|
|
|
29 |
torch_dtype=torch.float16,
|
30 |
).to("cuda")
|
31 |
|
32 |
+
tokenizer = AutoTokenizer.from_pretrained("qresearch/llama-3.1-8B-vision-378", use_fast=True,)
|
33 |
|
34 |
print(
|
35 |
model.answer_question(
|