Skip to content

Commit

Permalink
Merge pull request #9064 from OpenMined/0.8.7-update-1
Browse files Browse the repository at this point in the history
update 0.8.7
  • Loading branch information
shubham3121 authored Jul 19, 2024
2 parents 3b4a700 + aafeff5 commit dba343c
Show file tree
Hide file tree
Showing 22 changed files with 288 additions and 238 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"cell_type": "code",
"execution_count": null,
"id": "0",
"metadata": {},
"metadata": {
"metadata": {}
},
"outputs": [],
"source": [
"# third party\n",
Expand All @@ -27,7 +29,9 @@
"cell_type": "code",
"execution_count": null,
"id": "2",
"metadata": {},
"metadata": {
"metadata": {}
},
"outputs": [],
"source": [
"server = sy.orchestra.launch(name=\"mnist-torch-datasite\", dev_mode=True)\n",
Expand All @@ -46,7 +50,9 @@
"cell_type": "code",
"execution_count": null,
"id": "4",
"metadata": {},
"metadata": {
"metadata": {}
},
"outputs": [],
"source": [
"datasets = ds_client.datasets.get_all()\n",
Expand Down Expand Up @@ -103,7 +109,7 @@
"metadata": {},
"outputs": [],
"source": [
"assert isinstance(training_images.data, sy.SyftError)\n",
"assert training_images.data is None\n",
"training_labels.data"
]
},
Expand Down
Loading

0 comments on commit dba343c

Please sign in to comment.