We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa04d43 commit bfa9de4Copy full SHA for bfa9de4
tools/ci/check_validate.sh
@@ -157,6 +157,10 @@ function summary_problems() {
157
158
function main() {
159
check_paths_without_spaces
160
+ python --version
161
+ pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
162
+ python -c "import torch; print(torch.__version__)"
163
+ exit
164
prepare_torch_env
165
check_validation_info=$(check_torch_validation)
166
check_validation_code=$?
0 commit comments