Skip to content

Commit

Permalink
[ci] Tuning headless demo VRAM usage (#7039)
Browse files Browse the repository at this point in the history
Issue: #

### Brief Summary
  • Loading branch information
feisuzhu authored Jan 4, 2023
1 parent 481ded6 commit 7a1d1c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
/home/dev/taichi/.github/workflows/scripts/aot-demo.sh build-and-test-headless-demo-desktop
env:
PY: '3.8'
TI_DEVICE_MEMORY_GB: '1'
TI_DEVICE_MEMORY_GB: '0.1'

- name: Save wheel if test failed
if: failure() && steps.test.conclusion == 'failure'
Expand Down Expand Up @@ -580,3 +580,5 @@ jobs:
ci-docker-run-gpu --name taichi-test-capi-headless-demo \
registry.taichigraphics.com/taichidev-androidsdk18.04:v0.0.6 \
/home/dev/taichi/.github/workflows/scripts/aot-demo.sh build-and-test-headless-demo
env:
TI_DEVICE_MEMORY_GB: '0.1'

0 comments on commit 7a1d1c0

Please sign in to comment.