init: 项目初始化,添加 .gitignore 和 README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.eggs/
|
||||
|
||||
# Model files (太大不提交)
|
||||
*.bin
|
||||
*.safetensors
|
||||
*.gguf
|
||||
*.pt
|
||||
*.pth
|
||||
*.onnx
|
||||
vsp/qwen3.5-9b/model/
|
||||
|
||||
# Env
|
||||
.env
|
||||
*.log
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Qwen3.5-9B 性能测试
|
||||
|
||||
对 Qwen/Qwen3.5-9B 模型进行全面性能评估,包括推理速度、精度、并发能力和算力需求分析。
|
||||
|
||||
## 目录结构
|
||||
- `vsp/qwen3.5-9b/` - 测试代码和结果
|
||||
- `docs/plans/` - 实施计划
|
||||
|
||||
## 运行环境
|
||||
- conda env: yolo
|
||||
- Python 3.10, PyTorch 2.5.1+cu121
|
||||
- GPU: NVIDIA RTX 3050 OEM 8GB
|
||||
1275
docs/plans/2026-03-16-qwen3.5-9b-benchmark.md
Normal file
1275
docs/plans/2026-03-16-qwen3.5-9b-benchmark.md
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user