bullerwins
commited on
Commit
•
3aa3cdd
1
Parent(s):
06db302
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
base_model:
|
3 |
- deepseek-ai/DeepSeek-V3
|
4 |
---
|
|
|
|
|
|
|
5 |
<!-- markdownlint-disable first-line-h1 -->
|
6 |
<!-- markdownlint-disable html -->
|
7 |
<!-- markdownlint-disable no-duplicate-header -->
|
|
|
2 |
base_model:
|
3 |
- deepseek-ai/DeepSeek-V3
|
4 |
---
|
5 |
+
This is a version with the safetensors files splitted to be easier to convert to FP16 using 24GB VRAM Cards.
|
6 |
+
Using [this](https://github.com/csabakecskemeti/ai_utils/blob/main/safetensor_splitter.py) script from the user [csabakecskemeti](https://huggingface.co/csabakecskemeti)
|
7 |
+
|
8 |
<!-- markdownlint-disable first-line-h1 -->
|
9 |
<!-- markdownlint-disable html -->
|
10 |
<!-- markdownlint-disable no-duplicate-header -->
|