# qwen3_deploy **Repository Path**: sharpglasses/qwen3_deploy ## Basic Information - **Project Name**: qwen3_deploy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-22 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### qwen3_deploy rust部署Qwen3,使用http协议,支持流式输出 ### Get started * git clone https://github.com/jhqxxx/qwen3_deploy.git * cd qwen3_deploy * cargo run -- --model-path /your-qwen3-model-path ### windows * use cuda * wget https://github.com/jhqxxx/qwen3_deploy/releases/download/0.1.3/deploy-x86_64-pc-windows-msvc-cuda.exe * deploy-x86_64-pc-windows-msvc-cuda.exe --model-path /your-qwen3-model-path * use cpu * wget https://github.com/jhqxxx/qwen3_deploy/releases/download/0.1.3/deploy-x86_64-pc-windows-msvc-cpu.exe * deploy-x86_64-pc-windows-msvc-cpu.exe --model-path /your-qwen3-model-path