Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,34 +81,3 @@ jobs:
run: mix deps.get
- name: Run tests against Torchx
run: USE_TORCHX=true mix do compile --warnings-as-errors, test
onnx_check:
runs-on: ubuntu-latest
steps:
- name: Install Erlang & Elixir
uses: erlef/setup-beam@v1
with:
otp-version: "${{ env.OTP_VERSION }}"
elixir-version: "${{ env.ELIXIR_VERSION }}"
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Install ONNX
run: pip install numpy onnx onnxruntime
- name: Install transformers
run: pip install git+https://github.com/huggingface/transformers.git sentencepiece pillow torch tensorflow
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: "3.x"
- name: Checkout AxonOnnx
uses: actions/checkout@v3
with:
repository: elixir-nx/axon_onnx
ref: refs/heads/master
- uses: actions/checkout@v3
with:
path: tmp/axon
- name: Run ONNX tests
run: |
AXON_PATH="tmp/axon" mix do deps.get, compile --warnings-as-errors, test