ziyjiang commited on
Commit
1cca7e8
·
verified ·
1 Parent(s): 897742d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -65,6 +65,7 @@ model = model.to('cuda', dtype=torch.bfloat16)
65
  processor = AutoProcessor.from_pretrained(
66
  model_args.model_name,
67
  trust_remote_code=True,
 
68
  num_crops=4,
69
  )
70
 
 
65
  processor = AutoProcessor.from_pretrained(
66
  model_args.model_name,
67
  trust_remote_code=True,
68
+ model_backbone='phi3_v',
69
  num_crops=4,
70
  )
71