ScottzillaSystems commited on
Commit
8a71bdf
·
verified ·
1 Parent(s): de14003

Update README with Huihui model info

Browse files
Files changed (1) hide show
  1. README.md +8 -3
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. The server will have `gemma2:2b` pre-pulled.
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": "gemma2:2b",
30
- "prompt": "What is the capital of France?"
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