14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
# Core dependencies for downloading, training entry points, local chat, and
|
|
# lightweight repository utilities. Install CUDA-specific PyTorch wheels from
|
|
# the official PyTorch index when your environment requires a specific CUDA
|
|
# build.
|
|
torch>=2.6
|
|
transformers>=4.52
|
|
datasets>=2.19
|
|
huggingface-hub>=0.31
|
|
omegaconf>=2.3
|
|
PyYAML>=6.0
|
|
safetensors>=0.4
|
|
accelerate>=1.0
|
|
tqdm>=4.66
|