Skip to content

Commit

Permalink
use self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Feb 10, 2025
1 parent 2f48e77 commit 15393e5
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ env:

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

strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ]
runs-on: [ self-hosted ]
container:
image: 10.0.13.31:5000/modelcloud/gptqmodel:github-ci-v5
volumes:
- /home/ci/models:/monster/data/model
- /home/ci/models/huggingface:/github/home/.cache/huggingface
steps:
- uses: actions/checkout@v4

Expand All @@ -34,5 +34,8 @@ jobs:
- name: install
run: pip install .

- name: test
- name: test_pad_token
run: pytest tests/test_pad_token.py

- name: test_tokenicer_forward
run: pytest tests/test_tokenicer_forward.py

0 comments on commit 15393e5

Please sign in to comment.