Skip to content

Commit 5afb608

Browse files
committed
feat: update examples to use 1.0.1 version of sdk
1 parent 097b8e9 commit 5afb608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/deploy-and-consume-inference-api.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
25-
"!pip install onepanel-sdk==1.0.0 requests pillow matplotlib"
25+
"!pip install onepanel-sdk==1.0.1 requests pillow matplotlib"
2626
]
2727
},
2828
{

examples/inferenceservice-flowers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"metadata": {},
1414
"outputs": [],
1515
"source": [
16-
"!pip install onepanel-sdk==1.0.0 requests"
16+
"!pip install onepanel-sdk==1.0.1 requests"
1717
]
1818
},
1919
{

0 commit comments

Comments
 (0)