support image dtype in cloud [pr] (#7482)

* support image dtype in cloud [pr]

* remove outdated osx hack

* unused imports
This commit is contained in:
George Hotz
2024-11-02 23:54:27 +08:00
committed by GitHub
parent 24d7fde63d
commit 72a9ac27e9
5 changed files with 25 additions and 18 deletions

View File

@@ -314,7 +314,10 @@ jobs:
run: CLANG=1 python -m pytest -n=auto test/external/external_test_onnx_backend.py --durations=20
- if: ${{ matrix.task == 'onnx' }}
name: Run CLOUD=1 Test
run: CLOUDDEV=CLANG CLOUD=1 python3 test/test_ops.py TestOps.test_tiny_add
run: |
CLOUDDEV=CLANG CLOUD=1 python3 test/test_tiny.py
CLOUDDEV=GPU CLOUD=1 python3 test/test_tiny.py
CLOUDDEV=GPU IMAGE=2 CLOUD=1 python3 test/test_tiny.py
- if: ${{ matrix.task == 'onnx' }}
name: Test Action Space
run: PYTHONPATH="." GPU=1 python3 extra/optimization/get_action_space.py