qtnx commited on
Commit
8abd220
1 Parent(s): f8551c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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(model_id, use_fast=True,)
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(