Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Added example notebook #8662

Open
wants to merge 35 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
df85069
Added beach example
madhavajay Apr 4, 2024
40f060a
-
koenvanderveen Apr 4, 2024
f61850d
input policy v1
koenvanderveen Apr 4, 2024
ad3e9a5
remove breakpoint
koenvanderveen Apr 4, 2024
8bde5a9
Merge branch 'dev' into madhava/beach
madhavajay Apr 4, 2024
42eeb22
Got beach example working
madhavajay Apr 5, 2024
81cadd9
Add gcp to setup.cfg
iamtrask Apr 5, 2024
f476406
Fixed issue with using custom API Endpoints to take action as users
madhavajay Apr 5, 2024
03fd4af
Minor notebook tweaks
madhavajay Apr 5, 2024
3f9cdf5
include env var
koenvanderveen Apr 5, 2024
a056bc0
OutputPolicyExecuteCount logs calls remaining when possible.
iamtrask Apr 6, 2024
54bd09c
Merge branch 'dev' into madhava/beach
madhavajay Apr 13, 2024
dadad0a
Adding missing PLATFORM buildkit arg to seaweedfs
madhavajay Apr 13, 2024
1346039
Fixed issue with custom_function_actionobject_id api change
madhavajay Apr 13, 2024
65d5103
Removed context cast
madhavajay Apr 13, 2024
8cf23f0
Updated notebook
madhavajay Apr 13, 2024
8c83874
Disable progress bar
madhavajay Apr 16, 2024
dfb7cde
Add types to UserOwned
iamtrask Apr 16, 2024
f31071f
Bypass code duplicate upload due to incorrect hash check
madhavajay Apr 17, 2024
ee7156f
linting
madhavajay Apr 17, 2024
fabafa1
Added OutputPolicyRateLimiter
madhavajay Apr 17, 2024
ad06f89
Merge branch 'dev' into madhava/beach
madhavajay Apr 23, 2024
69ed914
Fixed issue and updated start of notebook
madhavajay Apr 23, 2024
d4726d8
Created more notebooks
madhavajay Apr 23, 2024
db20f3a
Ported rate limiter to helper function
madhavajay Apr 23, 2024
97110c1
Added get and set for API endpoint state and settings
madhavajay Apr 24, 2024
cfb65cd
Added basic Model API with endpoints
madhavajay Apr 24, 2024
b5bcec0
Added NODE_NAME back to devspace
madhavajay Apr 24, 2024
9bfcd16
Update domain client repr with better recommendations
iamtrask Apr 24, 2024
773075d
Tweak to admin printing
iamtrask Apr 24, 2024
8589934
Tweak admin domain client repr
iamtrask Apr 24, 2024
bd27366
Reduced sleeps in queue
madhavajay Apr 24, 2024
db71bd0
Small tweak to DomainClient repr
iamtrask Apr 24, 2024
6f2907b
Merge branch 'madhava/beach' of https://github.com/madhavajay/PySyft …
iamtrask Apr 24, 2024
2a8ef5d
Disabled new serde optimization which makes SyftAPI / login slow
madhavajay Apr 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/api/0.8/02-review-code-and-approve.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
"version": "3.12.2"
},
"toc": {
"base_numbering": 1,
Expand Down