dariakryvosheieva commited on
Commit
4620502
·
verified ·
1 Parent(s): 834faeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ model = SentenceTransformer(
102
  model_kwargs={
103
  "torch_dtype": torch.bfloat16,
104
  "attn_implementation": "flash_attention_2",
105
- "device_map": "auto"
106
  }
107
  )
108
 
 
102
  model_kwargs={
103
  "torch_dtype": torch.bfloat16,
104
  "attn_implementation": "flash_attention_2",
105
+ "device_map": "cuda"
106
  }
107
  )
108