We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458355d commit 881015cCopy full SHA for 881015c
.github/workflows/test_onnxruntime_training.yml
@@ -48,7 +48,7 @@ jobs:
48
TORCH_CUDA_ARCH_LIST: "5.0 6.0 7.0 7.5 8.0 8.6 9.0+PTX"
49
run: |
50
pip install --upgrade pip
51
- pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
+ pip install --no-cache-dir "torch<2.6" torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
52
pip install --no-cache-dir torch-ort onnxruntime-training && python -m torch_ort.configure
53
pip install --no-cache-dir evaluate absl-py rouge_score seqeval sacrebleu nltk scikit-learn
54
pip install .[tests,onnxruntime-training]
0 commit comments