Skip to content

Mixed Precision to False #6

Mixed Precision to False

Mixed Precision to False #6

Workflow file for this run

name: Test-UI
on:
push:
branches: [ testui ]
pull_request:
jobs:
test-ui:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.10.11
- run: nvidia-smi
- run: make setup-dev
- run: make test-ui-github-actions