39a64587cacfb8efdcb566356322d1e25a6ff1a9
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Qwen3.5-9B Benchmark
Comprehensive benchmark suite for Qwen3.5-9B model performance testing.
Overview
This project provides tools to evaluate:
- Inference speed and throughput
- Concurrency performance
- GPU memory usage
- Model accuracy on standard NLP tasks
- Hardware compatibility
Project Structure
src/- Core source code modulestests/- Unit testsbenchmarks/- Benchmark execution scriptsresults/- Output directory for benchmark resultsscripts/- Utility scripts
Quick Start
-
Install dependencies:
pip install -r requirements.txt -
Configure environment:
cp .env.example .env # Edit .env as needed -
Download model:
python scripts/download_model.py -
Run benchmarks:
python run_benchmarks.py
Hardware Requirements
See docs/hardware_requirements.md for detailed GPU compatibility information.
License
MIT
Description
Languages
Python
100%