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

Commit 339a7fa

Browse files
authored
Merge pull request #22 from NVIDIA-NeMo/pagaray_add_for_automodel_dep
feat: add for automodel dep
2 parents 1df88fd + 39ab1cf commit 339a7fa

2 files changed

Lines changed: 68 additions & 71 deletions

File tree

pyproject.toml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ automodel = [
6666
"diffusers",
6767
"ftfy",
6868
"imageio-ffmpeg",
69-
"opencv-python-headless==4.10.0.84"
69+
"opencv-python-headless==4.10.0.84",
7070
]
7171
docs = [
7272
"myst-parser>=4.0.1",
@@ -97,6 +97,22 @@ packages = ["nemo_vfm"]
9797
version = {attr = "nemo_vfm.__version__"}
9898
readme = {file = "README.md", content-type = "text/markdown"}
9999

100+
[[tool.uv.index]]
101+
name = "pypi"
102+
url = "https://pypi.org/simple"
103+
explicit = true
104+
105+
[[tool.uv.index]]
106+
name = "pytorch"
107+
url = "https://download.pytorch.org/whl/cu128"
108+
explicit = true
109+
110+
[tool.uv.sources]
111+
torch = [
112+
{ index = "pytorch", marker = "sys_platform != 'darwin'" },
113+
{ index = "pypi", marker = "sys_platform == 'darwin'" },
114+
]
115+
100116
[project.urls]
101117
Download = "https://github.com/NVIDIA-NeMo/NeMo-VFM/releases"
102118
Homepage = "https://github.com/NVIDIA-NeMo/NeMo-VFM"

0 commit comments

Comments
 (0)