blueprintninja
commited on
Commit
•
a9be440
1
Parent(s):
6f86a56
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- llamafile
|
5 |
+
- GGUF
|
6 |
+
base_model: lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF
|
7 |
+
---
|
8 |
+
## llama-3-8b-llamafile-q8-nonAVX
|
9 |
+
|
10 |
+
llamafile lets you distribute and run LLMs with a single file. [announcement blog post](https://hacks.mozilla.org/2023/11/introducing-llamafile/)
|
11 |
+
|
12 |
+
#### Downloads
|
13 |
+
|
14 |
+
- [Meta-Llama-3-8B-Instruct-Q8_0.llamafile](https://huggingface.co/blueprintninja/llama-3-8b-llamafile-q8-nonAVX/resolve/main/Meta-Llama-3-8B-Instruct-Q8_0.llamafile)
|
15 |
+
|
16 |
+
This repository was created using the [llamafile-builder](https://github.com/rabilrbl/llamafile-builder)
|