MISHANM/Qwen-QwQ-32B.gguf
This model is a GGUF version of Qwen/QwQ-32B model, It is specially designed to work smoothly with the llama.cpp framework. It's built to run efficiently on CPU systems and has been tested on the AMD EPYC™ 9755 processor. The model handles various natural language processing tasks really well. It not only processes text quickly but also has strong reasoning and thinking skills, allowing it to manage difficult language-related challenges effectively.
Model Details
- Language: English
- Tasks: Text generation
- Base Model: Qwen/QwQ-32B
Building and Running the Model
To build and run the model using llama.cpp
, follow these steps:
Model
Steps to Download the Model:
- Go to the "Files and Versions" section.
- Click on the model.
- Copy the download link.
- Create a directory (e.g., for Linux: mkdir Qwen32B).
- Navigate to that directory (cd Qwen32B).
- Download both model parts: Qwen-QwQ-32B.gguf.part_01 and Qwen-QwQ-32B.gguf.part_02 (e.g., using wget with the copied link).
After downloading the model parts, use the following command to combine them into a complete model:
cat Qwen-QwQ-32B.gguf.part_01 Qwen-QwQ-32B.gguf.part_02 > Qwen-QwQ-32B.gguf
Build llama.cpp Locally
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
cmake -B build
cmake --build build --config Release
Run the Model
Navigate to the build directory and run the model with a prompt:
cd llama.cpp/build/bin
Inference with llama.cpp
./llama-cli -m /path/to/model/ -p "Your prompt here" -n 128 --ctx-size 8192 --temp 0.6 --seed 3407
Citation Information
@misc{MISHANM/Qwen-QwQ-32B.gguf,
author = {Mishan Maurya},
title = {Introducing Qwen QwQ-32B GGUF Model},
year = {2025},
publisher = {Hugging Face},
journal = {Hugging Face repository},
}
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no pipeline_tag.