chandlerTSLabs
commited on
Commit
•
8f80cd9
1
Parent(s):
d0d35da
Add initial llamafiles
Browse files- .gitattributes +1 -0
- .gitignore +1 -0
- README.md +7 -0
- zephyr-beta-server.llamafile +3 -0
- zephyr-beta.llamafile +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 |
+
*.llamafile filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
*.log
|
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
# Zephyr 7B Beta Llamafiles
|
6 |
+
* Original Model: [Zephyr 7B Beta](hhttps://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
|
7 |
+
* Quantized Model: [Zephyr 7B Beta GGUF](https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF)
|
8 |
+
* Llamafile Source Code: [Mozilla-Ocho/llamafile](https://github.com/Mozilla-Ocho/llamafile)
|
9 |
+
|
10 |
+
Both the server and the CLI are based on [TheBloke's Zephyr 7B Beta GGUF Q4_M_M](https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta. Q4_K_M.gguf?download=true) model.
|
zephyr-beta-server.llamafile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae5e27f42d40bcd9cd7977d62f3205e6dc958c6bbe8e96b59e4d52a58187f418
|
3 |
+
size 4373286489
|
zephyr-beta.llamafile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc9ffc0862fb77c1273fded327a772d3f9afc69a024fafb220d8c2ee6dababd8
|
3 |
+
size 4372302953
|