PathFinderKR
commited on
Commit
•
199d637
1
Parent(s):
9287b58
Update README.md
Browse files
README.md
CHANGED
@@ -75,7 +75,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_id)
|
|
75 |
model = AutoModelForCausalLM.from_pretrained(
|
76 |
model_id,
|
77 |
torch_dtype=torch.bfloat16,
|
78 |
-
|
79 |
)
|
80 |
|
81 |
################################################################################
|
|
|
75 |
model = AutoModelForCausalLM.from_pretrained(
|
76 |
model_id,
|
77 |
torch_dtype=torch.bfloat16,
|
78 |
+
device_map=device,
|
79 |
)
|
80 |
|
81 |
################################################################################
|