feat: initialize qwen35-9b benchmark project structure

This commit is contained in:
2026-03-16 10:17:56 +08:00
commit 2e43d8c226
6 changed files with 96 additions and 0 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Model Configuration
MODEL_ID=Qwen/Qwen3.5-9B
CACHE_DIR=./cache
TORCH_DTYPE=float16
# Hardware Configuration
CUDA_VISIBLE_DEVICES=0
# Benchmark Configuration
WARMUP_RUNS=3
BENCHMARK_RUNS=10
MAX_LENGTH=8192
# Optional: Proxy for model download (if needed)
# HTTP_PROXY=http://proxy.company.com:8080
# HTTPS_PROXY=http://proxy.company.com:8080