benchang1110 commited on
Commit
88773ae
·
verified ·
1 Parent(s): 6eef94f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ from PIL import Image
91
  import requests
92
  import torch
93
 
94
- config = AutoConfig.from_pretrained("benchang1110/TaiVisioLMn-base",trust_remote_code=True)
95
  processor = AutoProcessor.from_pretrained("benchang1110/TaiVisionLM-base",trust_remote_code=True)
96
  model = AutoModelForCausalLM.from_pretrained("benchang1110/TaiVisionLM-base",trust_remote_code=True,torch_dtype=torch.float16,attn_implementation="sdpa").to('cuda')
97
  model.eval()
 
91
  import requests
92
  import torch
93
 
94
+ config = AutoConfig.from_pretrained("benchang1110/TaiVisionLM-base",trust_remote_code=True)
95
  processor = AutoProcessor.from_pretrained("benchang1110/TaiVisionLM-base",trust_remote_code=True)
96
  model = AutoModelForCausalLM.from_pretrained("benchang1110/TaiVisionLM-base",trust_remote_code=True,torch_dtype=torch.float16,attn_implementation="sdpa").to('cuda')
97
  model.eval()