Upload custom_code/nvidia_DeepSeek-R1-0528-FP4.py with huggingface_hub
Browse files
custom_code/nvidia_DeepSeek-R1-0528-FP4.py
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# /// script
|
2 |
+
# requires-python = ">=3.12"
|
3 |
+
# dependencies = [
|
4 |
+
# "transformers",
|
5 |
+
# "torch",
|
6 |
+
# ]
|
7 |
+
# ///
|
8 |
+
|
9 |
+
# integration status unknown.
|
10 |
+
|
11 |
+
# Please clone model and use locally.
|
12 |
+
|
13 |
+
# Also feel free to open a Pull request
|
14 |
+
# for integration of the huggingface model hub
|
15 |
+
# into the corresponding library =)
|