Upload TriLM_3.9B_Unpacked_quant_TQ1_0.gguf
Browse filesadd the quantized version of the TriLM model. quantization was done using llama.cpp (open [PR](https://github.com/ggerganov/llama.cpp/pull/8151)) in `TQ1_0` format
- .gitattributes +1 -0
- TriLM_3.9B_Unpacked_quant_TQ1_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 |
+
TriLM_3.9B_Unpacked_quant_TQ1_0.gguf filter=lfs diff=lfs merge=lfs -text
|
TriLM_3.9B_Unpacked_quant_TQ1_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54a493715da25158044d037f45c8c8cc8e8df435c9a7f7735a4ec050ee1fee59
|
3 |
+
size 994221760
|