Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 6104c9f

Browse files
authored
Merge pull request #20 from NVIDIA-NeMo/teamwork-groupforce/dependency-add
feat: update pyproject.toml
2 parents 0be838d + c4d3aba commit 6104c9f

2 files changed

Lines changed: 3791 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,23 @@ requires = ["setuptools>=61"]
6161
build-backend = "setuptools.build_meta"
6262

6363
[dependency-groups]
64+
automodel = [
65+
"bitsandbytes==0.45.5; (platform_machine == 'x86_64' and platform_system != 'Darwin')",
66+
"datasets>=4.0.0",
67+
"diffusers",
68+
"ftfy",
69+
"imageio-ffmpeg",
70+
"liger-kernel>=0.5.9; (platform_machine == 'x86_64' and platform_system != 'Darwin')",
71+
"megatron-fsdp",
72+
"opencv-python-headless==4.10.0.84",
73+
"pybind11",
74+
"pyyaml",
75+
"torch<=2.8.0",
76+
"torchdata",
77+
"transformers<=4.57.1",
78+
"wandb",
79+
"torchao",
80+
]
6481
docs = [
6582
"myst-parser>=4.0.1",
6683
"nvidia-sphinx-theme>=0.0.8",

0 commit comments

Comments
 (0)