Skip to content

Commit

Permalink
add wsl
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Dec 5, 2024
1 parent fbb2831 commit 389a824
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
RUNNER: 10.0.14.248

jobs:
build:
test:
runs-on: ${{ matrix.os }}

strategy:
Expand Down Expand Up @@ -70,10 +70,22 @@ jobs:
source venv/bin/activate
pip install .
python tests/os.py
wsl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: Vampire/setup-wsl@v4
- run: |
npm ci
npm run build
npm run package
gpu:
runs-on: self-hosted
container:
image: ${RUNNER}:5000/modelcloud/gptqmodel:compiler_cuda124-torch2.5.1-python311
image: ${{ env.RUNNER }}:5000/modelcloud/gptqmodel:compiler_cuda124-torch2.5.1-python311
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 389a824

Please sign in to comment.