Skip to content

Add missing donate_argnums in Jax examples #39

Add missing donate_argnums in Jax examples

Add missing donate_argnums in Jax examples #39

Workflow file for this run

name: einx
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest "jax[cpu]" flax dm-haiku torch tensorflow einops equinox
pip install --upgrade keras
- name: Test with pytest
run: |
pip install .
pytest
EINX_CACHE_SIZE=0 pytest