File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ jobs:
138
138
pushd .
139
139
cd tests/py
140
140
python -m pip install -r requirements.txt
141
+ python -m pip install nvidia-modelopt[all]; python_version < "3.13" --extra-index-url https://pypi.nvidia.com
141
142
cd dynamo
142
143
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_converters_test_results.xml -n 4 conversion/
143
144
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_converters_test_results.xml automatic_plugin/test_automatic_plugin.py
@@ -172,6 +173,7 @@ jobs:
172
173
pushd .
173
174
cd tests/py
174
175
python -m pip install -r requirements.txt
176
+ python -m pip install nvidia-modelopt[all]; python_version < "3.13" --extra-index-url https://pypi.nvidia.com
175
177
cd dynamo
176
178
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dyn_models_export.xml --ir dynamo models/
177
179
popd
Original file line number Diff line number Diff line change 10
10
timm >= 1.0.3
11
11
flashinfer-python ; python_version < "3.13"
12
12
transformers == 4.49.0
13
- nvidia-modelopt [all ]; python_version < "3.13"
14
13
--extra-index-url https://pypi.nvidia.com
You can’t perform that action at this time.
0 commit comments