TouchNight
commited on
Commit
•
e2b0903
1
Parent(s):
3e9e867
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ model.lm_head.weight.data = model.model.embed_tokens.weight.data.clone()
|
|
17 |
model = model.to(dtype=torch.bfloat16)
|
18 |
|
19 |
# 指定保存路径
|
20 |
-
untied_model_dir = "mergekit/
|
21 |
|
22 |
# 保存解除共享且为 bf16 格式的模型
|
23 |
model.save_pretrained(untied_model_dir)
|
|
|
17 |
model = model.to(dtype=torch.bfloat16)
|
18 |
|
19 |
# 指定保存路径
|
20 |
+
untied_model_dir = "mergekit/output"
|
21 |
|
22 |
# 保存解除共享且为 bf16 格式的模型
|
23 |
model.save_pretrained(untied_model_dir)
|