yasserDahou commited on
Commit
19f3bfa
·
verified ·
1 Parent(s): ad720cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -44,7 +44,6 @@ from transformers import AutoModelForCausalLM
44
  model = AutoModelForCausalLM.from_pretrained(
45
  "tiiuae/falcon-perception",
46
  trust_remote_code=True,
47
- torch_dtype=torch.bfloat16,
48
  device_map={"": "cuda:0"},
49
  )
50
 
 
44
  model = AutoModelForCausalLM.from_pretrained(
45
  "tiiuae/falcon-perception",
46
  trust_remote_code=True,
 
47
  device_map={"": "cuda:0"},
48
  )
49