Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dev = [
torchvision = [
"torchvision",
] #Leaving torchvisions dependency unconstrained so uv can just install something that should work for the torch we have. TV's on PyT makes it hard to put version constrains in
quantization = ["nvidia-modelopt[deploy,hf,torch]>=0.17.0"]
quantization = ["nvidia-modelopt[all]>=0.27.1"]
monitoring-tools = ["rich>=13.7.1"]
jupyter = ["rich[jupyter]>=13.7.1"]
distributed = ["tensorrt-llm>=0.16.0"]
Expand Down
2 changes: 2 additions & 0 deletions tests/py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ pyyaml
timm>=1.0.3
flashinfer-python; python_version < "3.13"
transformers==4.49.0
nvidia-modelopt[all]~=0.27.0; python_version >'3.9' and python_version <'3.13'
--extra-index-url https://pypi.nvidia.com
Loading