Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Sep 14, 2024
1 parent 3038332 commit 11f999e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dynamic = ["version"]

[project.optional-dependencies]
torchvision = ["torchvision >=0.20.dev,<0.21.0"]
quantization = ["nvidia-modelopt[all]>=0.17.0"]
quantization = ["nvidia-modelopt[all]~=0.17.0"]
monitoring-tools = ["rich >= 13.7.1"]
jupyter = ["rich[jupyter] >= 13.7.1"]

Expand Down
2 changes: 1 addition & 1 deletion tests/py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ pytest-xdist>=3.6.1
pyyaml
timm>=1.0.3
transformers==4.40.2
nvidia-modelopt[all]>=0.17.0
nvidia-modelopt[all]~=0.17.0
--extra-index-url https://pypi.nvidia.com

0 comments on commit 11f999e

Please sign in to comment.