anon334test commited on
Commit
f9d11bb
·
verified ·
1 Parent(s): b705676

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ A Qwen3.5-**0.8B** model served as a **pure model**: this Space is a thin pass-t
16
  On startup it:
17
  1. Downloads `Qwen3.5-0.8B.Q4_K_M.gguf` from
18
  [`anon334test/qwopus`](https://huggingface.co/anon334test/qwopus)
19
- (a mirror of `Jackrong/Qwopus3.5-0.8B-v3-GGUF` — already GGUF, no conversion).
20
  2. Serves it with prebuilt llama.cpp `llama-server` (release `b9664`, no compilation) behind an
21
  OpenAI-compatible FastAPI proxy + a multi-turn chat UI with a collapsible "Thinking" panel.
22
 
 
16
  On startup it:
17
  1. Downloads `Qwen3.5-0.8B.Q4_K_M.gguf` from
18
  [`anon334test/qwopus`](https://huggingface.co/anon334test/qwopus)
19
+
20
  2. Serves it with prebuilt llama.cpp `llama-server` (release `b9664`, no compilation) behind an
21
  OpenAI-compatible FastAPI proxy + a multi-turn chat UI with a collapsible "Thinking" panel.
22