28 lines
390 B
Markdown
28 lines
390 B
Markdown
|
|
---
|
||
|
|
license: apache-2.0
|
||
|
|
pipeline_tag: text-generation
|
||
|
|
tags:
|
||
|
|
- gguf
|
||
|
|
- quantized
|
||
|
|
base_model:
|
||
|
|
- Qwen/Qwen3-0.6B
|
||
|
|
---
|
||
|
|
|
||
|
|
# Qwen3-0.6B
|
||
|
|
|
||
|
|
Run with https://llama.app
|
||
|
|
|
||
|
|
```bash
|
||
|
|
llama serve -hf ggml-org/Qwen3-0.6B-GGUF
|
||
|
|
```
|
||
|
|
|
||
|
|
### Source models
|
||
|
|
- https://huggingface.co/Qwen/Qwen3-0.6B
|
||
|
|
|
||
|
|
### TODOs
|
||
|
|
|
||
|
|
- add info
|
||
|
|
|
||
|
|
> [!IMPORTANT]
|
||
|
|
> This model is automatically converted using https://github.com/ggml-org/convert
|