Skip to content
Merged
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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# CUDA build (recommended for training):
# pip install torch==2.12.0+cu126 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
torch>=2.12.0
onnx==1.21.0
onnx==1.22.0
onnxruntime==1.26.0
# Required by torch.onnx.export. Torch 2.6+ routes export through the dynamo
# exporter, which imports onnxscript lazily — so a missing install fails only
Expand Down
Loading