Upload bloomz-7b1-q4_0.gguf
Browse filesUpload bloomz-7b1-q4_0.gguf, converted from [bloomz-7b1](https://huggingface.co/bigscience/bloomz-7b1/tree/main) by llama.cpp's bash [convert-hf-to-gguf.py](https://github.com/ggerganov/llama.cpp/blob/master/convert-hf-to-gguf.py).
```
python convert-hf-to-gguf.py --outfile bloomz-7b1.gguf --outtype f16 /mnt/disk1/models/bloomz-7b1/
./build/bin/quantize bloomz-7b1.gguf bloomz-7b1-q4_0.gguf q4_0
```
- .gitattributes +1 -0
- bloomz-7b1-q4_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
bloomz-7b1-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
bloomz-7b1-q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7831d1ca9db1e62a3ee0791db9336f70d7b84c7b1d830d770059be9187574573
|
3 |
+
size 4837451776
|