初始化项目,由ModelHub XC社区提供模型

Model: iamrahulreddy/Quintus
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-28 21:11:02 +08:00
commit 930b4e9f2c
53 changed files with 9557 additions and 0 deletions

12
requirements-train.txt Normal file
View File

@@ -0,0 +1,12 @@
-r requirements.txt
# Optional but recommended for the documented high-throughput training path.
# These packages are Linux/CUDA-oriented and may require matching compiler,
# CUDA, and PyTorch builds.
liger-kernel>=0.5
flash-attn>=2.7; platform_system == "Linux"
deepspeed>=0.16; platform_system == "Linux"
# Optional SFT/QLoRA paths in sft/train_sft.py.
peft>=0.14
bitsandbytes>=0.45; platform_system == "Linux"