Spaces:
Build error
Build error
Update README with Huihui model info
Browse files
README.md
CHANGED
|
@@ -12,9 +12,14 @@ pinned: true
|
|
| 12 |
|
| 13 |
A lightweight [Ollama](https://ollama.com/) inference server running on a Hugging Face Space.
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
## Usage
|
| 16 |
|
| 17 |
-
Once the Space is running, you can interact with the Ollama API at the Space's URL.
|
| 18 |
|
| 19 |
### Pull additional models
|
| 20 |
|
|
@@ -26,8 +31,8 @@ curl https://your-space.hf.space/api/pull -d '{"model": "llama3.2"}'
|
|
| 26 |
|
| 27 |
```bash
|
| 28 |
curl https://your-space.hf.space/api/generate -d '{
|
| 29 |
-
"model": "
|
| 30 |
-
"prompt": "
|
| 31 |
}'
|
| 32 |
```
|
| 33 |
|
|
|
|
| 12 |
|
| 13 |
A lightweight [Ollama](https://ollama.com/) inference server running on a Hugging Face Space.
|
| 14 |
|
| 15 |
+
## Pre-pulled Models
|
| 16 |
+
|
| 17 |
+
- `gemma2:2b`
|
| 18 |
+
- `alibilge/Huihui-GLM-4.6V-Flash-abliterated:q4_k_s`
|
| 19 |
+
|
| 20 |
## Usage
|
| 21 |
|
| 22 |
+
Once the Space is running, you can interact with the Ollama API at the Space's URL.
|
| 23 |
|
| 24 |
### Pull additional models
|
| 25 |
|
|
|
|
| 31 |
|
| 32 |
```bash
|
| 33 |
curl https://your-space.hf.space/api/generate -d '{
|
| 34 |
+
"model": "alibilge/Huihui-GLM-4.6V-Flash-abliterated:q4_k_s",
|
| 35 |
+
"prompt": "Hello!"
|
| 36 |
}'
|
| 37 |
```
|
| 38 |
|