Files
AICASGC/requirements.txt
2026-02-25 13:25:56 +08:00

32 lines
525 B
Plaintext
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AICAS 2026 - 环境依赖
# ============================================
# 核心框架
torch>=2.0.0
transformers>=4.40.0
accelerate>=0.25.0
# 数据处理
datasets>=2.14.0
Pillow>=9.0.0
# 进度条
tqdm>=4.65.0
# 系统信息(可选,用于获取详细的硬件信息)
psutil>=5.9.0
# 可选Triton 算子开发
triton>=2.1.0
# 可选Flash Attention需要 CUDA 编译)
# flash-attn>=2.0.0
# 可选:量化工具
# bitsandbytes>=0.41.0
# auto-gptq>=0.5.0
# 可选Profiling
# tensorboard>=2.14.0