We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0be838d + c4d3aba commit 6104c9fCopy full SHA for 6104c9f
2 files changed
pyproject.toml
@@ -61,6 +61,23 @@ requires = ["setuptools>=61"]
61
build-backend = "setuptools.build_meta"
62
63
[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
+]
81
docs = [
82
"myst-parser>=4.0.1",
83
"nvidia-sphinx-theme>=0.0.8",
0 commit comments