Skip to content

Commit

Permalink
docs: cat-dog example (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto authored Feb 8, 2025
1 parent a363c91 commit db498f8
Show file tree
Hide file tree
Showing 4 changed files with 1,156 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,8 @@ jobs:
run: python -m venv .env --clear; source .env/bin/activate; pip install -r requirements.txt; python -m ensurepip --upgrade
- name: Build python ezkl
run: source .env/bin/activate; unset CONDA_PREFIX; maturin develop --features python-bindings --profile=test-runs
- name: Cat and Dog notebook
run: source .env/bin/activate; cargo nextest run py_tests::tests::cat_and_dog_notebook_
- name: All notebooks
run: source .env/bin/activate; cargo nextest run py_tests::tests::run_notebook_ --test-threads 1
- name: Voice tutorial
Expand Down
Loading

0 comments on commit db498f8

Please sign in to comment.