chandlerTSLabs
commited on
Commit
•
3345278
1
Parent(s):
3ff2d55
Initial commit
Browse files- .args +5 -0
- .gitattributes +1 -0
- .gitignore +2 -0
- README.md +8 -0
- tinyllama-1.1b-1t-openorca.Q4_K_M-server.llamafile +3 -0
- tinyllama-1.1b-chat-v0.3.Q4_K_M-server.llamafile +3 -0
- tinyllama-1.1b-chat-v0.6.q4_k_m-server.llamafile +3 -0
.args
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-m
|
2 |
+
tinyllama-1.1b-1t-openorca.Q4_K_M.gguf
|
3 |
+
--host
|
4 |
+
0.0.0.0
|
5 |
+
...
|
.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,2 @@
|
|
|
|
|
|
|
1 |
+
*.gguf
|
2 |
+
*.log
|
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
# TinyLlama Llamafile Servers
|
6 |
+
* Model Sources
|
7 |
+
+ [TinyLlama-1.1B-Chat-v0.3-GGUF](https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF)
|
8 |
+
+ [TinyLlama-1.1B-Chat-v0.6-GGUF](https://huggingface.co/afrideva/TinyLlama-1.1B-Chat-v0.6-GGUF)
|
9 |
+
+ [TinyLlama-1.1B-1T-OpenOrca-GGUF](https://huggingface.co/afrideva/TinyLlama-1.1B-Chat-v0.7-GGUF)
|
10 |
+
* Llamafile Source Code: [Mozilla-Ocho/llamafile](https://github.com/Mozilla-Ocho/llamafile)
|
11 |
+
+ Built with [Llamafile `5ea929c`](https://github.com/Mozilla-Ocho/llamafile/tree/5ea929c618e9a2b162d39d8cc1c91cb564934a9f)
|
tinyllama-1.1b-1t-openorca.Q4_K_M-server.llamafile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9771d9a93501f086c3d42418cb3effb260be9a32541fc5df2dba83f90f9f26a9
|
3 |
+
size 672665201
|
tinyllama-1.1b-chat-v0.3.Q4_K_M-server.llamafile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23839b2a7a7e80d9a2163a2e3ef759e298439b97c99e7ba48926335b9bf283b7
|
3 |
+
size 672665197
|
tinyllama-1.1b-chat-v0.6.q4_k_m-server.llamafile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b70f5d67b2c92056aa57ddb8703421b9cc3c84b92015f7cd00ed464099a8f19
|
3 |
+
size 672665197
|