kirp commited on
Commit
ea39899
1 Parent(s): f313d57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ from transformers import AutoModelForVision2Seq, AutoProcessor
11
  from PIL import Image
12
  import torch
13
  device = "cuda:2"
14
- repo = "kosmos2_5"
15
  dtype = torch.float16
16
  # dtype = torch.bfloat16
17
  model = AutoModelForVision2Seq.from_pretrained(repo, device_map = device, torch_dtype=dtype)
 
11
  from PIL import Image
12
  import torch
13
  device = "cuda:2"
14
+ repo = "kirp/kosmos2_5"
15
  dtype = torch.float16
16
  # dtype = torch.bfloat16
17
  model = AutoModelForVision2Seq.from_pretrained(repo, device_map = device, torch_dtype=dtype)