[Example] add an example of running open Mixtral 8x7B in 4D using veScale #12
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: VeScale Unit Tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
permissions: | |
contents: read | |
pull-requests: read | |
jobs: | |
Run-all-tests: | |
runs-on: [self-hosted, Linux, X64, GPU] | |
container: | |
image: ghcr.io/volcengine/vescale:latest | |
options: --gpus=all --shm-size=400g | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: run-test.sh | |
run: ls && pwd && bash ./scripts/run_test.sh | |