LoneStriker commited on
Commit
94233dd
1 Parent(s): 2ce022c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -5,6 +5,22 @@ tags:
5
  - nsfw
6
  ---
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ## MiquMaid v2 2x70 DPO
9
 
10
  Check out our blogpost about this model series [Here!](https://ikaridevgit.github.io/index.html?blog=blogid-6&bo=true#Miqu-base) - Join our Discord server [Here!](https://discord.gg/Bb8pRUXy3Z)
 
5
  - nsfw
6
  ---
7
 
8
+ ## safetensors files requiring joining
9
+
10
+ **Note:** HF does not support files larger than 50GB. Instructions borrowed from TheBloke on joining files.
11
+
12
+ To join the files, do the following:
13
+
14
+ Linux and macOS:
15
+ ```
16
+ cat gptq_model-4bit-32g.safetensors-part-* > gptq_model-4bit-32g.safetensors && rm gptq_model-4bit-32g.safetensors-part-*
17
+ ```
18
+ Windows command line:
19
+ ```
20
+ COPY /B gptq_model-4bit-32g.safetensors-part-a + gptq_model-4bit-32g.safetensors-part-b gptq_model-4bit-32g.safetensors
21
+ del gptq_model-4bit-32g.safetensors-part-a gptq_model-4bit-32g.safetensors-part-b
22
+
23
+
24
  ## MiquMaid v2 2x70 DPO
25
 
26
  Check out our blogpost about this model series [Here!](https://ikaridevgit.github.io/index.html?blog=blogid-6&bo=true#Miqu-base) - Join our Discord server [Here!](https://discord.gg/Bb8pRUXy3Z)