Skip to content

Commit 1a19faf

Browse files
authored
Update install_requirements.py to include TORCH_NIGHTLY_URL for requirements-examples.txt
1 parent b29a627 commit 1a19faf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install_requirements.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ def install_optional_example_requirements(use_pytorch_nightly):
174174
"install",
175175
"-r",
176176
"requirements-examples.txt",
177+
"--extra-index-url",
178+
TORCH_NIGHTLY_URL,
177179
],
178180
check=True,
179181
)

0 commit comments

Comments
 (0)