Skip to content

Commit

Permalink
chore: neural bag of words example (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto authored Dec 12, 2024
1 parent 96f3fd9 commit 7d7f049
Show file tree
Hide file tree
Showing 3 changed files with 781 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,9 @@ 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 --release
- name: Postgres tutorials
- name: Neural bow
run: source .env/bin/activate; cargo nextest run py_tests::tests::neural_bag_of_words_ --no-capture
- name: Felt conversion
run: source .env/bin/activate; cargo nextest run py_tests::tests::felt_conversion_test_ --no-capture
- name: Postgres tutorials
run: source .env/bin/activate; cargo nextest run py_tests::tests::postgres_ --no-capture
Expand Down
Loading

0 comments on commit 7d7f049

Please sign in to comment.