Update README.md
Browse files
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": "
|
106 |
}
|
107 |
)
|
108 |
|
|
|
102 |
model_kwargs={
|
103 |
"torch_dtype": torch.bfloat16,
|
104 |
"attn_implementation": "flash_attention_2",
|
105 |
+
"device_map": "cuda"
|
106 |
}
|
107 |
)
|
108 |
|