Qubitium commited on
Commit
9bfac78
1 Parent(s): d679a17

Upload combin_tensors.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. combin_tensors.sh +8 -0
combin_tensors.sh ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ # combine the two files into one
4
+ cat ./*safetensors.part* > gptq_model-4bit-128g.safetensors
5
+
6
+
7
+
8
+