modify qwen3.5-0.8b
This project provides inference implementation for Qwen3.5-0.8B model with multimodal support for images and videos.
pip install -r requirements.txt
Run the inference script:
python run_qwen3.5.py -p "Hello, introduce yourself." -n 100
Or build and run the C version:
make ./build/qwen3.5_run -m qwen3.5-0.8b.bin -p "你好,请介绍一下你自己。"
For multimodal input with images:
./build/qwen3.5_run -m qwen3.5-0.8b.bin --image image.jpg -p "Describe this image."
make
pip install torch transformers python convert_qwen3_5_fp32.py --model . --out qwen3.5-0.8b.bin --verbose
然后运行 C 程序:
Based on qwen3-0.6b implementation and Hugging Face Qwen3.5-0.8B model.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Qwen3.5-0.8B
This project provides inference implementation for Qwen3.5-0.8B model with multimodal support for images and videos.
Installation
Usage
Run the inference script:
Or build and run the C version:
For multimodal input with images:
Architecture
Building the C version
Features
Convert safetensors to qwen3.5.bin
然后运行 C 程序:
Reference
Based on qwen3-0.6b implementation and Hugging Face Qwen3.5-0.8B model.