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.
1 parent ea861af commit 0fa67ccCopy full SHA for 0fa67cc
py/requirements.txt
@@ -1,7 +1,7 @@
1
numpy
2
packaging
3
pybind11==2.6.2
4
---extra-index-url https://download.pytorch.org/whl/nightly/cu129
+--extra-index-url https://download.pytorch.org/whl/test/cu129
5
torch>=2.8.0,<2.9.0
6
--extra-index-url https://pypi.ngc.nvidia.com
7
pyyaml
tests/py/requirements.txt
@@ -8,6 +8,7 @@ pytest>=8.2.1
8
pytest-xdist>=3.6.1
9
10
transformers==4.49.0
11
+typing-extensions
12
nvidia-modelopt[all]; python_version >'3.9' and python_version <'3.13'
13
--extra-index-url https://pypi.nvidia.com
14
# flashinfer-python is not supported for python version 3.13 or higher
0 commit comments