Instructions to use ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps
- vLLM
How to use ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1
- SGLang
How to use ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1 with Docker Model Runner:
docker model run hf.co/ModelCloud/QwQ-32B-Preview-gptqmodel-4bit-vortex-v1
Upload folder using huggingface_hub
Upload folder using huggingface_hub
Multi commit ID: c3e844b942a55d2ce8dc7db7671ca52e94acbd4211ee4eacd02e4e15e68af6bd
Scheduled commits:
- Upload 4 file(s) totalling 1.6G (3460f1b384949640c4bf5599de13258cb4ce9b89fb2ceafae0a10e45bb0c879a)
- Upload 3 file(s) totalling 2.1G (b266a16d3733863140a7e0417446a7f7898dd2be505f20202ecf5a88ef4cb81a)
- Upload 7 file(s) totalling 2.0G (57ef009b82f9574d391ebe6154a28b55d1b32606f524ae20e9989d57ac1fbc5b)
- Upload 7 file(s) totalling 2.0G (f573a6071ed80d0634185194646f714d4b981900cf79cb32d1702aba427158a0)
- Upload 7 file(s) totalling 2.0G (4158edbd14c33dd504a558bccb7de5aef0e3c1b0b7e7abf12b5b2c0c93982c4d)
- Upload 7 file(s) totalling 2.0G (2d538335525bd285c52626738c34f769762aa23d25543a32e4fb99dde881dce9)
- Upload 7 file(s) totalling 2.0G (a72d99c81fb531b5f174e51b5da413e011a3a6d53fd48b4cc5561554a45afd7f)
- Upload 7 file(s) totalling 2.0G (0d1cf3e8f5fd9b37ca185761bf8996ecfaa775938f37f78011419096ba62e3da)
- Upload 7 file(s) totalling 2.0G (9123a483058b000463f3dbf61922a6f299b775e0a8b0916ead97c8e198a52f38)
- Upload 7 file(s) totalling 2.0G (1843e57fd16fa00ee36c1fa6e8f60f11bd209d9b60f7bf19a99cd7f09b0d7c96)
- Upload 11 file(s) totalling 1.7G (1ac2798b6316cd63cf68722581fed97addd37346a346617185b488a6ebb6ed13)
This is a PR opened using the huggingface_hub library in the context of a multi-commit. PR can be commented as a usual PR. However, please be aware that manually updating the PR description, changing the PR status, or pushing new commits, is not recommended as it might corrupt the commit process. Learn more about multi-commits in this guide.
Multi-commit is now completed! You can ping the repo owner to review the changes. This PR can now be commented or modified without risking to corrupt it.
This is a comment posted using the huggingface_hub library in the context of a multi-commit. Learn more about multi-commits in this guide.
create_pr=False has been passed so PR is automatically merged.
This is a comment posted using the huggingface_hub library in the context of a multi-commit. Learn more about multi-commits in this guide.