Skip to content
Open
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 examples/llm_ptq/requirements-t5.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
transformers==4.48.0
transformers==4.53.0
2 changes: 1 addition & 1 deletion examples/vlm_ptq/requirements-vila.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
deepspeed>=0.16.0
git+https://github.com/bfshi/scaling_on_scales.git
transformers<=4.50.0
transformers<=5.4.0
6 changes: 3 additions & 3 deletions examples/windows/onnx_ptq/genai_llm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
datasets>=2.14.5
onnx==1.19.0
torch==2.9.0
transformers==4.57.3
onnx==1.21.0rc1
torch==2.11.0
transformers==5.4.0
2 changes: 1 addition & 1 deletion examples/windows/onnx_ptq/sam2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
onnx==1.17.0
onnx==1.21.0rc1
onnxruntime-gpu==1.20.1
opencv-python
6 changes: 3 additions & 3 deletions examples/windows/onnx_ptq/whisper/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ datasets==2.19.0
evaluate
jiwer
librosa
onnx==1.19.0
onnx==1.21.0rc1
onnxruntime-gpu==1.23.2
optimum==1.23.3
soundfile
torch==2.7.0+cu128
torch==2.8.0
torchaudio==2.7.0+cu128
transformers==4.57.3
transformers==5.4.0
2 changes: 1 addition & 1 deletion experimental/dms/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires-python = ">=3.10,<3.14"
description = "Dynamic Memory Sparsification (DMS) for KV cache compression"
# NOTE: Run `uv lock --upgrade` in this directory to update the dependencies for vulnerability scanning.
dependencies = [
"transformers==4.57.3",
"transformers==5.4.0",
"datasets==4.4.2",
"accelerate==1.4.0",
"lm_eval[ruler]",
Expand Down
162 changes: 119 additions & 43 deletions experimental/dms/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ onnx = [
"lief",
"ml_dtypes",
"onnx-graphsurgeon",
"onnx~=1.19.0",
"onnx>=1.19,<1.22",
"onnxconverter-common~=1.16.0",
# ORT for Windows
"onnxruntime-gpu==1.22.0; platform_system == 'Windows'",
Expand All @@ -81,7 +81,7 @@ hf = [
"nltk",
"peft>=0.17.0",
"sentencepiece>=0.2.1", # Also implicitly used in test_unified_export_megatron, test_vllm_fakequant_megatron_export
"transformers>=4.56,<5.0", # Should match modelopt/torch/__init__.py and tox.ini
"transformers>=4.56,<6.0", # Should match modelopt/torch/__init__.py and tox.ini
"wonderwords",
]
dev-lint = [
Expand Down
717 changes: 540 additions & 177 deletions uv.lock

Large diffs are not rendered by default.

Loading