Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
Llamafiles are a standalone executable that run an LLM server locally on a variety of operating systems.
|
5 |
-
You just run it, click the link to open the chat interface, and interact.
|
6 |
-
Options can be passed in to expose the api etc.
|
7 |
-
|
8 |
This is a llamafile for [Starling-LM-7B-beta](https://huggingface.co/Nexusflow/Starling-LM-7B-beta#starling-lm-7b-beta) quantized to q5-k-m.
|
9 |
|
10 |
Safetensors came directly from their [source](https://huggingface.co/Nexusflow/Starling-LM-7B-beta/tree/main),
|
@@ -13,3 +9,7 @@ and then zipped into a llamafile using [Mozilla's awesome project](https://githu
|
|
13 |
|
14 |
It's over 4gb so if you want to use it on Windows you'll have to run it from WSL.
|
15 |
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
4 |
This is a llamafile for [Starling-LM-7B-beta](https://huggingface.co/Nexusflow/Starling-LM-7B-beta#starling-lm-7b-beta) quantized to q5-k-m.
|
5 |
|
6 |
Safetensors came directly from their [source](https://huggingface.co/Nexusflow/Starling-LM-7B-beta/tree/main),
|
|
|
9 |
|
10 |
It's over 4gb so if you want to use it on Windows you'll have to run it from WSL.
|
11 |
|
12 |
+
|
13 |
+
Llamafiles are a standalone executable that run an LLM server locally on a variety of operating systems.
|
14 |
+
You just run it, open the chat interface in a browser, and interact.
|
15 |
+
Options can be passed in to expose the api etc.
|