Skip to content

Commit

Permalink
testing gpu binary
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Oct 30, 2023
1 parent 7f4419f commit ac7165c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/regression_tests_gpu_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Run Regression Tests for GPU nightly binaries

on:
# run every day at 6:15am
push:
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -35,20 +36,20 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
- name: Setup Conda
uses: s-weigand/setup-conda@v1
with:
python-version: ${{ matrix.python-version }}
- name: Setup Python ${{ matrix.python_version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Setup Conda
uses: s-weigand/setup-conda@v1
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: conda --version
- run: python --version
- name: Install dependencies
run: |
python ts_scripts/install_dependencies.py --environment=dev --cuda=cu118
python ts_scripts/install_dependencies.py --environment=dev --cuda=cu121
- name: Torchserve Regression Tests
run: |
python test/regression_tests.py --binaries --${{ matrix.binaries }} --nightly

0 comments on commit ac7165c

Please sign in to comment.