2025-08-21 12:16:54 +02:00
|
|
|
---
|
|
|
|
|
base_model:
|
|
|
|
|
- {base_model}
|
|
|
|
|
---
|
|
|
|
|
# {model_name} GGUF
|
|
|
|
|
|
|
|
|
|
Recommended way to run this model:
|
|
|
|
|
|
|
|
|
|
```sh
|
2026-01-13 14:13:10 +01:00
|
|
|
llama-server -hf {namespace}/{model_name}-GGUF
|
2025-08-21 12:16:54 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Then, access http://localhost:8080
|