diff --git a/requirements/common.txt b/requirements/common.txt deleted file mode 100644 index 6fa760103b..0000000000 --- a/requirements/common.txt +++ /dev/null @@ -1,21 +0,0 @@ -unsloth_zoo>=2025.6.7 -packaging>=24.2 -tyro -transformers>=4.51.3,!=4.47.0,!=4.52.0,!=4.52.1,!=4.52.2,!=4.52.3 -datasets>=3.4.1 -sentencepiece>=0.2.0 -tqdm -tyro -psutil -wheel>=0.42.0 -numpy -accelerate>=0.34.1 -trl>=0.7.9,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.15.0 -peft>=0.7.1,!=0.11.0 -protobuf -huggingface_hub -hf_transfer -pillow -regex -msgspec -jinja2 diff --git a/requirements/cuda.txt b/requirements/cuda.txt deleted file mode 100644 index 5a1e343d74..0000000000 --- a/requirements/cuda.txt +++ /dev/null @@ -1,9 +0,0 @@ -# Common dependencies --r common.txt - -torch<=2.7.0 -torchaudio -torchvision -xformers<=0.0.30 -triton ; platform_system == 'Linux' -triton_windows ; platform_system == 'Windows'