Qwen-72B-Chat-GGUF / README.md
aisensiy's picture
Update README.md
79bff4e
|
raw
history blame
401 Bytes
---
license: mit
---
## Files are split and require joining
**Note:** HF does not support uploading files larger than 50GB but upload a 41GB file is too hard for me. Therefore I have uploaded the Q4_0 by splitting it of 5GB per file.
To join the files, do the following:
Linux and macOS:
```
cat qwen72b-chat-q4_0.gguf-split-* >qwen72b-chat-q4_0.gguf && rm qwen72b-chat-q4_0.gguf-split-*
```