vikhyatk commited on
Commit
200690c
·
verified ·
1 Parent(s): 2b4cc76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -20,8 +20,7 @@ model = AutoModelForCausalLM.from_pretrained(
20
  "vikhyatk/moondream2",
21
  revision="2025-06-21",
22
  trust_remote_code=True,
23
- # Uncomment to run on GPU.
24
- # device_map={"": "cuda"}
25
  )
26
 
27
  # Captioning
 
20
  "vikhyatk/moondream2",
21
  revision="2025-06-21",
22
  trust_remote_code=True,
23
+ device_map={"": "cuda"} # ...or 'mps', on Apple Silicon
 
24
  )
25
 
26
  # Captioning