Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
ACCA225
/
openxlab
like
0
Dataset card
Files
Files and versions
Community
ACCA225
commited on
2 days ago
Commit
e7521d4
·
verified
·
1 Parent(s):
5f506ea
Create 671b.sh
Browse files
Files changed (1)
hide
show
671b.sh
+6
-0
671b.sh
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
cat >Modelfile <<EOF
2
+
FROM deepseek-r1:671b
3
+
PARAMETER num_ctx 24576
4
+
PARAMETER num_predict 8192
5
+
EOF
6
+
ollama create deepseek-r1:671b-fixed -f Modelfile