Skip to content

Commit

Permalink
test fix dynamic embedding wheels (pytorch#1428)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#1428

Differential Revision: D50034865
  • Loading branch information
hlhtsang authored and facebook-github-bot committed Oct 7, 2023
1 parent 8beba7d commit df99fad
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build_dynamic_embedding_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,24 @@ on:

jobs:
build_wheels:
name: Wheels on ${{ matrix.os }}/${{ matrix.pyver }}/cu${{ matrix.cuver }}
name: build_dynamic_embedding_wheels_${{ matrix.python-version }}_cu${{ matrix.cuver }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
pyver: [ cp38, cp39, cp310 ]
cuver: [ "11.6", "11.3"]
os: [linux.2xlarge]
python-version: ["3.8"]
cuver: ["11.6"]

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: install pipx
run: |
pip3 install --user pipx
- uses: pypa/[email protected]
with:
package-dir: contrib/dynamic_embedding
Expand Down

0 comments on commit df99fad

Please sign in to comment.