mobicham commited on
Commit
384857b
·
verified ·
1 Parent(s): 1b3ef4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -24,7 +24,6 @@ model = AutoModelForCausalLM.from_pretrained(
24
  model_id,
25
  torch_dtype=torch.float16,
26
  device_map='cuda',
27
- attn_implementation="sdpa",
28
  )
29
 
30
  tokenizer = AutoTokenizer.from_pretrained(model_id)
 
24
  model_id,
25
  torch_dtype=torch.float16,
26
  device_map='cuda',
 
27
  )
28
 
29
  tokenizer = AutoTokenizer.from_pretrained(model_id)