File size: 1,047 Bytes
1e66aca 55ff0fe 1e66aca 55ff0fe 1e66aca 31eeffe 1e66aca 0a33ffc d7c2805 1e66aca 0a33ffc d7c2805 1e66aca d7c2805 fc6f23c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
license: other
pipeline_tag: text-generation
tags:
- cortex.cpp
---
## Overview
QwQ-32B-Preview is an experimental large-scale research model by the Qwen Team, focusing on advanced AI reasoning. While it demonstrates strong analytical capabilities, it also presents notable limitations:
## Variants
| No | Variant | Cortex CLI command |
| --- | --- | --- |
| 1 | [Qwq-32b](https://huggingface.co/cortexso/qwq/tree/32b) | `cortex run qwq:32b` |
## Use it with Jan (UI)
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
2. Use in Jan model Hub:
```bash
cortexhub/qwq
```
## Use it with Cortex (CLI)
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
2. Run the model with command:
```bash
cortex run qwq
```
## Credits
- **Author:** Qwen
- **Converter:** [Homebrew](https://homebrew.ltd/)
- **Original License:** [Licence](https://huggingface.co/Qwen/QwQ-32B-Preview/blob/main/LICENSE)
- **Papers:** [QwQ Blog](https://qwenlm.github.io/blog/qwq-32b-preview/) |