File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -514,7 +514,11 @@ outputs:
514514 {% set jobs = "-n 1" %} # [linux64 and cuda_compiler_version != "None"]
515515 # test only one python version on aarch because emulation is super-slow;
516516 # disable hypothesis because it randomly yields health check errors
517+
518+ # the opengpu server has a card with sm_70, an architecture dropped by CUDA 13.0
519+ {% if (cuda_compiler_version or "0").split(".")[0]|int < 13 %}
517520 - pytest {{ jobs }} {{ tests }} -k "not ({{ skips }})" -m "not hypothesis" --durations=50 --disable-warnings # [not aarch64 or py==312]
521+ {% endif %}
518522
519523 # regression test for https://github.com/conda-forge/pytorch-cpu-feedstock/issues/329, where we picked up
520524 # duplicate `.pyc` files due to newest py-ver (3.13) in the build environment not matching the one in host;
You can’t perform that action at this time.
0 commit comments