add python testing for cuda with ability to skip list of tests

This commit is contained in:
Awni Hannun
2025-06-15 08:28:51 -07:00
parent 580776559b
commit 5971bf3506
36 changed files with 220 additions and 35 deletions

View File

@@ -234,6 +234,7 @@ jobs:
command: |
source env/bin/activate
LOW_MEMORY=1 DEVICE=cpu python -m unittest discover python/tests -v
LOW_MEMORY=1 DEVICE=gpu python -m tests discover python/tests -v
build_release:
parameters: