Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/gizatechxyz/orion into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
raphaelDkhn committed Nov 21, 2023
2 parents 9ceb845 + f8c578c commit 0c551cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/hub/algorithms.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Models

Discover amazing ML models made by the community with Orion! 
Discover amazing ML models made by the community with Orion!

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th align="center"></th><th></th></tr></thead><tbody><tr><td><a href="https://github.com/gizatechxyz/orion_tutorials/blob/main/verifiable_support_vector_machine/notebooks/svm.ipynb">Verifiable Support Vector Machine</a></td><td align="center"></td><td><p></p><p>September 26 - 0xd3bs</p></td></tr><tr><td><a href="https://github.com/bowenyou/cairo-logistic-regression">Verifiable-Logistic-Regression</a></td><td align="center"></td><td><p></p><p>August 20 - Bowen</p></td></tr><tr><td><a href="https://github.com/BemTG/Verifiable-Linear-Regression-">Verifiable-Linear-Regression</a><br></td><td align="center"></td><td><em>August 15 - Bem Baraki</em></td></tr><tr><td><a href="https://github.com/gizatechxyz/orion_tutorials/blob/main/mnist_nn/QAT_MNIST_MLP.ipynb">MNIST Classification with Feedforward Neural Network</a></td><td align="center"></td><td> <em>June 8, 2023 - Raphael Doukhan</em></td></tr></tbody></table>
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="https://github.com/gizatechxyz/Orion-Hub/tree/main/gaming/tic_tac_toe"><strong>Tic-Tac-Toe AI Agent</strong></a></td><td align="center"></td><td><em>November 10 - Raphael Doukhan</em></td><td><a href="https://github.com/gizatechxyz/Orion-Hub/tree/main/gaming/tic_tac_toe">https://github.com/gizatechxyz/Orion-Hub/tree/main/gaming/tic_tac_toe</a></td></tr><tr><td><a href="https://github.com/gizatechxyz/Orion-Hub/tree/main/basic/verifiable_support_vector_machine"><strong>Verifiable Support Vector Machine</strong></a></td><td align="center"></td><td>September 26 - 0xd3bs</td><td><a href="https://github.com/gizatechxyz/Orion-Hub/tree/main/basic/verifiable_support_vector_machine">https://github.com/gizatechxyz/Orion-Hub/tree/main/basic/verifiable_support_vector_machine</a></td></tr><tr><td><a href="https://github.com/bowenyou/cairo-logistic-regression"><strong>Verifiable-Logistic-Regression</strong></a></td><td align="center"></td><td>August 20 - Bowen</td><td><a href="https://github.com/bowenyou/cairo-logistic-regression">https://github.com/bowenyou/cairo-logistic-regression</a></td></tr><tr><td><a href="https://github.com/gizatechxyz/Orion-Hub/tree/main/basic/verifiable_linear_regression_model"><strong>Verifiable-Linear-Regression</strong></a></td><td align="center"></td><td><em>August 15 - Bem Baraki</em></td><td><a href="https://github.com/gizatechxyz/Orion-Hub/tree/main/basic/verifiable_linear_regression_model">https://github.com/gizatechxyz/Orion-Hub/tree/main/basic/verifiable_linear_regression_model</a></td></tr><tr><td><a href="https://github.com/gizatechxyz/Orion-Hub/tree/main/basic/mnist_nn"><strong>MNIST Classification with Feedforward Neural Network</strong></a></td><td align="center"></td><td><em>June 8, 2023 - Raphael Doukhan</em></td><td><a href="https://github.com/gizatechxyz/Orion-Hub/tree/main/basic/mnist_nn">https://github.com/gizatechxyz/Orion-Hub/tree/main/basic/mnist_nn</a></td></tr></tbody></table>

We encourage you to contribute your own implementations and help grow this collection, benefiting the community and driving innovation in verifiable ML model inference.
6 changes: 3 additions & 3 deletions docs/hub/spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Discover amazing ML apps and POCs made by the community with Orion!

{% hint style="info" %}
This section is currently under development. If you're looking for ideas for POCs that can be implemented using Orion, don't hesitate to contact [Raphael](https://twitter.com/raphael\_dkhn) or [Fran](https://twitter.com/franalgaba\_). We have a bunch of exciting ideas to share!
{% endhint %}


<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="https://github.com/OwnerOfJK/TicTacToeAgent/tree/main"><strong>Tic Tac Toe in PixeLAW</strong></a></td><td></td><td>Welcome to the Tic Tac Toe game integrated into the PixeLAW world, where you can challenge an ML bot to a game of Tic Tac Toe onchain!</td><td><a href="https://github.com/OwnerOfJK/TicTacToeAgent/tree/main">https://github.com/OwnerOfJK/TicTacToeAgent/tree/main</a></td></tr></tbody></table>
2 changes: 1 addition & 1 deletion nodegen/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def get_all_test_refs(dtypes: list[Dtype], trait: Trait) -> list[str]:
return list(set(refs))


def get_test_refs(dtype: Dtype, trait: Trait, is_sequence: bool) -> list[str]:
def get_test_refs(dtype: Dtype, trait: Trait) -> list[str]:
if trait == Trait.NN and dtype == Dtype.BOOL:
raise Exception("NN trait does not support bool dtype")

Expand Down

0 comments on commit 0c551cf

Please sign in to comment.