mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-07-30 18:22:51 +08:00
37 lines
564 B
Plaintext
37 lines
564 B
Plaintext
# core deps
|
|
transformers>=4.49.0,<=4.52.4,!=4.52.0; sys_platform != 'darwin'
|
|
transformers>=4.49.0,<=4.51.3,!=4.52.0; sys_platform == 'darwin'
|
|
datasets>=2.16.0,<=3.6.0
|
|
accelerate>=1.3.0,<=1.7.0
|
|
peft>=0.14.0,<=0.15.2
|
|
trl>=0.8.6,<=0.9.6
|
|
tokenizers>=0.19.0,<=0.21.1
|
|
# gui
|
|
gradio>=4.38.0,<=5.31.0
|
|
matplotlib>=3.7.0
|
|
tyro<0.9.0
|
|
# ops
|
|
einops
|
|
numpy<2.0.0
|
|
pandas>=2.0.0
|
|
scipy
|
|
# model and tokenizer
|
|
sentencepiece
|
|
tiktoken
|
|
modelscope>=1.14.0
|
|
hf-transfer
|
|
# python
|
|
fire
|
|
omegaconf
|
|
packaging
|
|
protobuf
|
|
pyyaml
|
|
pydantic<=2.10.6
|
|
# api
|
|
uvicorn
|
|
fastapi
|
|
sse-starlette
|
|
# media
|
|
av
|
|
librosa
|