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

Enclave Prototype #8869

Open
wants to merge 316 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
316 commits
Select commit Hold shift + click to select a range
a11e4ea
Merge branch 'tauquir/enclave-prototype' into tauquir/enclave-users
itstauq Jun 26, 2024
81ea6c3
Add authorization checks for uploading assets to the enclave
itstauq Jun 26, 2024
4c4d588
Linter fix
itstauq Jun 26, 2024
87f402c
Merge pull request #8953 from OpenMined/tauquir/enclave-users
itstauq Jun 26, 2024
32861ff
Merge branch 'dev' into tauquir/enclave-prototype
itstauq Jun 26, 2024
33710e8
Remove left-over comments
itstauq Jun 26, 2024
5ecb02d
Prevent EnclaveInstance from contacting enclave when not creating.
itstauq Jun 26, 2024
fe541d1
Fix error not being displayed properly; add navigation links in notebook
itstauq Jun 26, 2024
5edca06
Merge branch 'dev' into tauquir/enclave-prototype
itstauq Jun 26, 2024
6be8532
Add async job flow for EnclaveService.execute_code
itstauq Jun 26, 2024
8c6710c
Split EnclaveService into DomainEnclaveService and EnclaveService
itstauq Jun 26, 2024
955e4a1
add distributed project id that's shared with client projects
BrendanSchell Jun 26, 2024
2d3f1ff
change deployment policy to runtime policy
BrendanSchell Jun 26, 2024
77e9f42
Merge pull request #8979 from OpenMined/tauquir/split-enclave-service
itstauq Jun 27, 2024
4d4ab48
Merge pull request #8980 from OpenMined/bschell/make-projects-share-i…
BrendanSchell Jun 27, 2024
a392afe
Fix non-blocking code call by using client instead of node service
itstauq Jun 27, 2024
af7641f
Merge pull request #8978 from OpenMined/tauquir/enclave-execute-code-…
snwagh Jun 27, 2024
fdb5afa
Merge branch 'dev' into tauquir/enclave-prototype
itstauq Jun 27, 2024
17c33bb
first pass at doing migrations
BrendanSchell Jun 27, 2024
55f96cc
fix usercode upgrade to v7
BrendanSchell Jun 27, 2024
4381527
split notebooks into V2 for next iteration
rasswanth-s Jun 28, 2024
deebea0
re-organize file structure of network service
rasswanth-s Jun 28, 2024
ba04b81
added inter domain communication initiated by the Data Scientist
rasswanth-s Jun 28, 2024
f0e1502
Re-organization of folder structures
rasswanth-s Jun 28, 2024
3e053f3
renamed ping to challege nonce
rasswanth-s Jun 28, 2024
d9e5f1c
added ping endpoint to ping peers by verify key
rasswanth-s Jun 28, 2024
714ad16
added a single notebook to enclaves for V2 iteration for faster devel…
rasswanth-s Jun 29, 2024
38ef050
add SubmitUserCode as event to Project
rasswanth-s Jun 30, 2024
e356758
added automatic request creation to project
rasswanth-s Jun 30, 2024
1297a73
added post hook events for request response events
rasswanth-s Jun 30, 2024
ebf393f
Added stub for project code status
rasswanth-s Jun 30, 2024
411a046
Merge branch 'dev' into tauquir/enclave-prototype
itstauq Jun 30, 2024
473a528
added code status feature based on projects as single source of truth
rasswanth-s Jul 1, 2024
10b6783
added new code and requests interface to projects
rasswanth-s Jul 1, 2024
f88b71e
added code status to the e2e flow notebooks
rasswanth-s Jul 1, 2024
88596bf
Merge branch 'bschell/rename-deployment-policy-to-runtime-policy' int…
madhavajay Jul 2, 2024
9870cd0
Merge branch 'rasswanth/switch-to-old-projects' into tauquir/enclave-…
madhavajay Jul 2, 2024
9382e44
only keep user code version 5, merge all other changes into version 5
shubham3121 Jul 2, 2024
242c4a0
make usercodev4 serialized and restage protocol version
shubham3121 Jul 2, 2024
a138679
Merge branch 'tauquir/enclave-prototype' into bschell/update-migratio…
shubham3121 Jul 2, 2024
46207a5
Merge branch 'dev' into tauquir/enclave-prototype
shubham3121 Jul 2, 2024
abf3934
Merge branch 'tauquir/enclave-prototype' into bschell/update-migratio…
shubham3121 Jul 2, 2024
5a3f5a5
rename deployment prefix to runtime in submit usercode
shubham3121 Jul 2, 2024
a3b5de3
Merge pull request #8986 from OpenMined/bschell/update-migrations-for…
shubham3121 Jul 2, 2024
442562c
Added notebook
madhavajay Jul 4, 2024
289f4c5
Add methods for manual orchestration by the DS to the ProjectCode class
itstauq Jul 4, 2024
f560c61
added code to write model folder to current path
rasswanth-s Jul 5, 2024
9b319aa
Merge branch 'dev' into tauquir/enclave-prototype
itstauq Jul 5, 2024
4584aab
added notebooks for training a simple model
rasswanth-s Jul 5, 2024
e38e90e
Merge branch 'tauquir/enclave-prototype' into tauquir/enclave-manual-…
itstauq Jul 5, 2024
8fd20d0
Fix linters
itstauq Jul 5, 2024
ae623e4
Fix action objects not getting saved in the database
itstauq Jul 5, 2024
25643e9
Merge branch 'dev' into tauquir/enclave-prototype
itstauq Jul 5, 2024
dc3a4ad
Add get_result and orchestrate_enclave_execution methods to ProjectCode
itstauq Jul 5, 2024
6979278
Merge branch 'tauquir/enclave-prototype' into tauquir/enclave-manual-…
itstauq Jul 5, 2024
81f9600
Remove unnecessary arguments from the action_service.set method
itstauq Jul 5, 2024
bfe91d0
Add manual orchestration steps in 04-ds-execute-code notebook
itstauq Jul 5, 2024
639f533
remove unused model_code in model file
rasswanth-s Jul 8, 2024
ef9515f
Merge branch 'dev' into madhava/model_hosting_prototype
rasswanth-s Jul 8, 2024
c0de55a
finished model hosting iteration using datasets until architecture fo…
rasswanth-s Jul 8, 2024
fe10e7a
add endpoint ideas notebook
rasswanth-s Jul 9, 2024
46819cd
Merge pull request #9020 from OpenMined/tauquir/enclave-manual-orches…
itstauq Jul 9, 2024
2b13288
Merge branch 'dev' into tauquir/enclave-prototype
itstauq Jul 9, 2024
d93fc20
Make Enclave prototype work with Kubernetes cluster
itstauq Jul 9, 2024
f278b91
update notebook
yashgorana Jul 9, 2024
730e2a9
fix variable names
yashgorana Jul 9, 2024
caf8387
Merge pull request #9029 from OpenMined/tauquir/enclave-k8s-support
madhavajay Jul 9, 2024
04104b2
Updated enclave notebooks
madhavajay Jul 10, 2024
6a839c8
Added code to capture model class in decorator
madhavajay Jul 10, 2024
e31149e
Merge branch 'madhava/model_hosting_prototype' into tauquir/enclave-p…
madhavajay Jul 10, 2024
c73f1a7
Added model upload to first notebook
madhavajay Jul 10, 2024
c0bac0b
added execution context to Submit Code
rasswanth-s Jul 10, 2024
1d25c3f
Merge branch 'dev' into tauquir/enclave-prototype
rasswanth-s Jul 10, 2024
61a6654
Merge branch 'tauquir/enclave-prototype' into rasswanth/model_hosting_v2
rasswanth-s Jul 10, 2024
4ff7877
added model ref action object to dynamically load models
rasswanth-s Jul 10, 2024
0d3fc26
add ModelRef as a ProxyActionObject to load model
rasswanth-s Jul 10, 2024
dce33df
Make Enclave V2 notebook work with remote enclaves
itstauq Jul 10, 2024
4ac959b
Add get_enclave_attestation method to ProjectCode class
itstauq Jul 10, 2024
0037200
Get raw attestation token from enclave
itstauq Jul 10, 2024
e699853
Merge branch 'tauquir/enclave-prototype' into rasswanth/model_hosting_v2
rasswanth-s Jul 11, 2024
7f3bd4a
Merge branch 'dev' into tauquir/enclave-prototype
rasswanth-s Jul 11, 2024
22251c8
Merge branch 'tauquir/enclave-prototype' into rasswanth/model_hosting_v2
rasswanth-s Jul 11, 2024
234044d
modify submit model code to action object
rasswanth-s Jul 11, 2024
0ffb1ee
Shifted to Nested Paradigm of Model Initialization in UserCode
rasswanth-s Jul 11, 2024
281f233
Added combine assets transfer for enclaves
rasswanth-s Jul 11, 2024
bc6ac78
Add view_attestation_report method to ProjectCode class
itstauq Jul 11, 2024
849bfdd
Add a TODO to hardcode the JWKS URL to prevent vulnerability
itstauq Jul 11, 2024
7d61889
Add GPU Enclave attestation support
itstauq Jul 11, 2024
902fa83
update model hosting notebooks
rasswanth-s Jul 11, 2024
b9cae0e
Add test-gpu Enclave endpoint
itstauq Jul 11, 2024
6ffc91c
Update notebook to use CPU enclave instead of GPU
itstauq Jul 11, 2024
e3e8ed8
upload to enclave blob storage before transferring assets to enclave
rasswanth-s Jul 12, 2024
0f13614
cleanup test notebooks format
rasswanth-s Jul 12, 2024
21d7391
Merge pull request #9036 from OpenMined/tauquir/enclave-attestations
itstauq Jul 12, 2024
ac2d118
CI fixes - Part 1
itstauq Jul 15, 2024
c68df91
Merge pull request #9031 from OpenMined/rasswanth/model_hosting_v2
itstauq Jul 15, 2024
cf5bce3
Fix linters
itstauq Jul 15, 2024
d96d695
Comment out print statement with sensitive information
itstauq Jul 15, 2024
b3b03f1
Fix CI
itstauq Jul 16, 2024
0210244
add gpu support to k3d nodes
rasswanth-s Jul 16, 2024
c7b307d
fix format error
rasswanth-s Jul 16, 2024
90c6070
add k3s to repo args
rasswanth-s Jul 16, 2024
8467599
added gpu support with devspace profiles
rasswanth-s Jul 16, 2024
ca6a6ba
fix file name of gpu values.yaml
rasswanth-s Jul 16, 2024
bf70ade
Optimization 1
itstauq Jul 16, 2024
a636533
Remove asset_list from model before saving it to the model stash
itstauq Jul 16, 2024
265687b
Attestation reports revamp
itstauq Jul 16, 2024
c244eee
upload digital signature benchmarks
rasswanth-s Jul 19, 2024
7fe10d2
upload digital signature benchmarks for ecc, rsa
rasswanth-s Jul 19, 2024
e41d0ee
Add benchmarks also for pycryptodome
rasswanth-s Jul 19, 2024
2358ede
clear up and data and mock references in asset before uploading to se…
rasswanth-s Jul 19, 2024
05474ac
clear up action data cache when uploading to blob store
rasswanth-s Jul 19, 2024
483e845
add pyinstrument profiling
rasswanth-s Jul 22, 2024
ad0c934
add basic hash calculation function to assets
rasswanth-s Jul 22, 2024
2ba4434
add basic model hash functions
rasswanth-s Jul 22, 2024
18e16ad
add notebooks for hash testing
rasswanth-s Jul 22, 2024
3f01257
cleanup profile settings
rasswanth-s Jul 22, 2024
c3c50fd
change default profile interval to be 0.001
rasswanth-s Jul 22, 2024
feb8a86
revert to sync routes
rasswanth-s Jul 22, 2024
80166a5
shift pyinstrument to make_routes, as async routes are not fully supp…
rasswanth-s Jul 22, 2024
3304443
Merge pull request #9053 from OpenMined/tauquir/enclave-model-upload-…
rasswanth-s Jul 22, 2024
4ab0b62
Merge branch 'tauquir/enclave-prototype' into rasswanth/structured-tr…
rasswanth-s Jul 22, 2024
0c8356d
Merge branch 'dev' into tauquir/enclave-prototype
rasswanth-s Jul 23, 2024
8ba8c7d
Merge branch 'dev' into tauquir/enclave-prototype
rasswanth-s Jul 23, 2024
1e1fd9b
Merge branch 'dev' into tauquir/enclave-prototype
rasswanth-s Jul 23, 2024
b095295
Merge branch 'dev' into tauquir/enclave-prototype
rasswanth-s Jul 24, 2024
dfa92da
lint and merge with enclave branch
rasswanth-s Jul 24, 2024
3b9b3a3
stage protocol version for asset class
rasswanth-s Jul 24, 2024
79295f5
fix left out re-name errors
rasswanth-s Jul 24, 2024
37f9fe9
added model hashing to model ref action object
rasswanth-s Jul 24, 2024
a9df658
added hash calculation at action service level
rasswanth-s Jul 24, 2024
cbdd158
add hash information to user code and submit user code
rasswanth-s Jul 24, 2024
98bb5f3
add temporary performance speedup for in-memory workers
rasswanth-s Jul 24, 2024
0d16efa
fix pydantic reserved names in model.py
rasswanth-s Jul 24, 2024
dd93c9d
fix caching and blob storage intialization
rasswanth-s Jul 24, 2024
915e050
fix model ref retrieval
rasswanth-s Jul 24, 2024
9c88491
update notebook
rasswanth-s Jul 24, 2024
71a0c10
temporarily remove performance optimization
rasswanth-s Jul 25, 2024
46c650c
add input verification and output verification to enclave result
rasswanth-s Jul 25, 2024
a4de454
Merge branch 'tauquir/enclave-prototype' into rasswanth/gpu-k3d
rasswanth-s Jul 26, 2024
11df377
Merge pull request #9051 from OpenMined/rasswanth/gpu-k3d
rasswanth-s Jul 26, 2024
dc94080
Merge branch 'tauquir/enclave-prototype' into rasswanth/structured-tr…
rasswanth-s Jul 26, 2024
30cc84c
Merge pull request #9073 from OpenMined/rasswanth/structured-transpar…
rasswanth-s Jul 26, 2024
e83a7ce
update demo notebook
rasswanth-s Jul 26, 2024
a061f73
add host 0.0.0.0 for container host
rasswanth-s Jul 26, 2024
12b7b82
update notebook
rasswanth-s Jul 26, 2024
c60b134
Merge pull request #9097 from OpenMined/rasswanth/k8s-enclave
rasswanth-s Jul 26, 2024
7e97584
added script to reset kubernetes resources for faster development
rasswanth-s Jul 30, 2024
fe028a9
parallelize storage deletion
rasswanth-s Jul 30, 2024
0ac4f3b
update notebooks with k8s instructions for reset
rasswanth-s Jul 30, 2024
78b257d
Merge pull request #9098 from OpenMined/rasswanth/fix-k8s-local
rasswanth-s Jul 30, 2024
7a15ab2
modified v3 notebooks to be generic for
rasswanth-s Jul 31, 2024
e9596c5
fix blob storage errors
rasswanth-s Aug 1, 2024
bfab8a0
Add ability to directly specify enclave route as a string
itstauq Aug 2, 2024
51fc9d6
Add Mock Model Execution
rasswanth-s Aug 3, 2024
8a3f1a5
Add util functions to exchange peer routes and check reachability
itstauq Aug 3, 2024
5c9be14
Add default port for the route if not provided
itstauq Aug 3, 2024
61a56cb
add hugging face hub to pypi
rasswanth-s Aug 3, 2024
f44c200
Shift from tqdm to rich
rasswanth-s Aug 4, 2024
c87c564
Revert "Shift from tqdm to rich"
rasswanth-s Aug 4, 2024
e933f5f
modified tqdm to print in-line
rasswanth-s Aug 4, 2024
3ac9c05
Merge pull request #9126 from OpenMined/rasswanth/add-mock-execution
rasswanth-s Aug 4, 2024
62a14c5
Merge branch 'tauquir/enclave-prototype' into tauquir/exchange-peer-r…
rasswanth-s Aug 4, 2024
3d4bd49
add rich table for exchange routes
rasswanth-s Aug 4, 2024
d329285
add updated notebooks with Data Scientist requesting for route exchange
rasswanth-s Aug 4, 2024
eb9d5bd
Merge pull request #9127 from OpenMined/tauquir/exchange-peer-routes
rasswanth-s Aug 4, 2024
4c3ad8d
Merge branch 'tauquir/enclave-prototype' into tauquir/simplify-adding…
rasswanth-s Aug 4, 2024
37b27f2
update route addition, based on url
rasswanth-s Aug 4, 2024
10b61c7
Merge pull request #9124 from OpenMined/tauquir/simplify-adding-encla…
rasswanth-s Aug 4, 2024
ed59a16
Show pretty repr of VerifiableOutput
itstauq Aug 4, 2024
4c44227
Improve enclave repr
itstauq Aug 4, 2024
f63a107
Round the model size repr to two decimal places
itstauq Aug 4, 2024
9a4af3d
repr for model hosting objects
teo-milea Aug 5, 2024
0d81139
fix lint
teo-milea Aug 5, 2024
76bb181
Merge branch 'tauquir/enclave-prototype' into model_hosting_repr
rasswanth-s Aug 5, 2024
53cf472
fix notebook
teo-milea Aug 5, 2024
42103c0
update notebooks
rasswanth-s Aug 5, 2024
c484cbd
Merge pull request #9135 from OpenMined/model_hosting_repr
rasswanth-s Aug 5, 2024
e1e57e6
add torch and transformers to the notebook
rasswanth-s Aug 5, 2024
3ac3b46
Merge branch 'tauquir/enclave-prototype' into tauquir/pretty-verifiab…
rasswanth-s Aug 6, 2024
b6c0bc4
add datasite to repr
rasswanth-s Aug 6, 2024
14f223d
Merge pull request #9131 from OpenMined/tauquir/pretty-verifiable-out…
rasswanth-s Aug 6, 2024
5c755ec
Merge branch 'tauquir/enclave-prototype' into tauquir/improve-enclave…
rasswanth-s Aug 6, 2024
00dc196
update V3 notebook showing enclave instance
rasswanth-s Aug 6, 2024
25ec85e
Merge pull request #9132 from OpenMined/tauquir/improve-enclave-repr
rasswanth-s Aug 6, 2024
32f31ea
Merge branch 'tauquir/enclave-prototype' into tauquir/fix-model-size-…
rasswanth-s Aug 6, 2024
7f9ae71
fix Size Calculation of Models
rasswanth-s Aug 6, 2024
714964f
Merge pull request #9133 from OpenMined/tauquir/fix-model-size-repr
rasswanth-s Aug 6, 2024
28711d1
Merge branch 'tauquir/enclave-prototype' into tauquir/attestation-sum…
rasswanth-s Aug 6, 2024
8487bcb
add mock cpu and gpu report
rasswanth-s Aug 6, 2024
725a893
fix: look of syft responses unaffected by MarkdownDescription
tcp Aug 6, 2024
ba40329
fix: safeguard for unknown model size in repr
tcp Aug 6, 2024
25910a1
fix: remove padding from MarkdownDescription
tcp Aug 6, 2024
6cb2cbe
feat: repr for exchange_routes
tcp Aug 6, 2024
4536443
fix: remove style override from MarkdownDescription
tcp Aug 6, 2024
8ee4b32
Add init, run and stop policy conditions to RunOnEnclave runtime policy
itstauq Aug 7, 2024
c6a9062
autogenerate mock
teo-milea Aug 8, 2024
cc0072a
improve ux
teo-milea Aug 8, 2024
19dbf7a
protocol version
teo-milea Aug 8, 2024
852295f
new notebook
teo-milea Aug 8, 2024
8faba5c
Add Events for
rasswanth-s Aug 9, 2024
d49feed
Merge pull request #9152 from OpenMined/rasswanth/add-project-events
rasswanth-s Aug 9, 2024
a4dbbb3
Merge branch 'tauquir/enclave-prototype' into ux_model_hosting
rasswanth-s Aug 9, 2024
aef8808
fix: SyftResponse str tag from pre to span
tcp Aug 9, 2024
0a38672
feat: new styles for code blocks
tcp Aug 9, 2024
3924a61
fix: Model* uses model_validator instead of init
tcp Aug 9, 2024
cb3ade9
feat: html for ProjectCode
tcp Aug 9, 2024
4deda80
fix: guard repr on ProjectRequest
tcp Aug 9, 2024
f88070e
Add serializable decorator and fix protocol_version.json
itstauq Aug 9, 2024
4df1ac7
Merge branch 'tauquir/enclave-prototype' into tauquir/add-policy-cond…
itstauq Aug 9, 2024
b010766
add mock model generation as a step in the notebook
rasswanth-s Aug 10, 2024
1a8f54e
add auto generate at Model Intialization level
rasswanth-s Aug 10, 2024
e06b1e2
delete new experimental notebook
rasswanth-s Aug 10, 2024
8cb97d7
fix model mock assets auto generation
rasswanth-s Aug 10, 2024
3012f54
update notebook with autogenerate instructions
rasswanth-s Aug 10, 2024
7e2008c
remove print statements in model.py
rasswanth-s Aug 10, 2024
781d45e
Merge pull request #9149 from OpenMined/ux_model_hosting
rasswanth-s Aug 10, 2024
1204faa
Merge branch 'tauquir/enclave-prototype' into tauquir/add-policy-cond…
rasswanth-s Aug 10, 2024
accc941
Modify name PolicyCondition to RuntimePolicyCondition
rasswanth-s Aug 10, 2024
615793f
Merge pull request #9144 from OpenMined/tauquir/add-policy-conditions
rasswanth-s Aug 10, 2024
117665c
Merge branch 'tauquir/enclave-prototype' into tauquir/attestation-sum…
rasswanth-s Aug 10, 2024
d6e0f07
Install DS packages in syft Client
rasswanth-s Aug 10, 2024
3bd2141
Merge pull request #9153 from OpenMined/rasswanth/install-ds-packages…
rasswanth-s Aug 10, 2024
2f81b40
Merge branch 'tauquir/enclave-prototype' into tauquir/attestation-sum…
rasswanth-s Aug 10, 2024
b75cdc6
Add GPU Attestation Report
rasswanth-s Aug 12, 2024
37c99e7
Add flag to verify report to ignore expiry for mock reports
rasswanth-s Aug 12, 2024
14933c8
lint
tcp Aug 12, 2024
cd29907
add mock attestation feature
rasswanth-s Aug 12, 2024
aface73
Merge pull request #9056 from OpenMined/tauquir/attestation-summary
rasswanth-s Aug 12, 2024
cd3dfa7
Merge remote-tracking branch 'origin/tauquir/enclave-prototype' into …
tcp Aug 12, 2024
ce09b0d
merge and lint
tcp Aug 12, 2024
3cba8f9
fix: fstring err in <3.12
tcp Aug 12, 2024
1319f8b
Merge pull request #9142 from OpenMined/thiago/enclave-ux
rasswanth-s Aug 12, 2024
5705995
add asset name to project asset transfer event
rasswanth-s Aug 12, 2024
cd6799a
Merge branch 'tauquir/enclave-prototype' into rasswanth/add-asset-name
rasswanth-s Aug 12, 2024
bbfe9df
Merge pull request #9158 from OpenMined/rasswanth/add-asset-name
rasswanth-s Aug 12, 2024
03a06de
add accelerate and inspect-ai to setup.cfg
rasswanth-s Aug 12, 2024
6fbf9f7
Merge pull request #9159 from OpenMined/rasswanth/add-additional-deps
rasswanth-s Aug 12, 2024
c71ee6a
Add get_code_status method to UserCode class
itstauq Aug 12, 2024
b6445e9
Update scenario notebooks
rasswanth-s Aug 12, 2024
d816f90
Merge branch 'tauquir/enclave-prototype' into tauquir/multiparty-user…
rasswanth-s Aug 12, 2024
8276272
Merge pull request #9161 from OpenMined/tauquir/multiparty-usercode-s…
rasswanth-s Aug 12, 2024
b5209e4
add columns repr to project.events
rasswanth-s Aug 13, 2024
d7802bf
add code hash to project code
rasswanth-s Aug 13, 2024
d3715c3
Increased seaweedfs timeout for uploads
rasswanth-s Aug 13, 2024
a995b62
Merge pull request #9164 from OpenMined/rasswanth/increase-timeout
rasswanth-s Aug 13, 2024
3bc472b
feat: more ux improvements to events
tcp Aug 13, 2024
e840eaf
Merge pull request #9162 from OpenMined/rasswanth/add_coll_repr
rasswanth-s Aug 13, 2024
a096283
Fix typo in tox.ini
itstauq Aug 13, 2024
8fac0c8
fix resource restart problem attesation
rasswanth-s Aug 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ repos:
packages/syft/src/syft/proto.*|
packages/syft/tests/syft/lib/python.*|
packages/grid.*|
packages/syft/src/syft/federated/model_serialization/protos.py
packages/syft/src/syft/federated/model_serialization/protos.py|
packages/syft/src/syft/service/model/model.py
)$

- repo: https://github.com/MarcoGorelli/absolufy-imports
Expand Down
2 changes: 1 addition & 1 deletion notebooks/api/0.8/05-custom-policy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.4"
"version": "3.12.2"
},
"toc": {
"base_numbering": 1,
Expand Down
Loading