Skip to content

Commit 6d39ec4

Browse files
Fix typo
1 parent b380042 commit 6d39ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_authentication/model_authentication.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"\n",
1919
"In serverless GPU attached environments, you depend on block storage solutions like S3 to persist your model files. Other than the URI of the model file, no other relevant information regarding the model file is saved in the source code.\n",
2020
"\n",
21-
"This exposes an interesting angle to potentially attack a ML system in production. In this notebook we will demonstrate a quick & simple process to authenticate models before loading them into memory.\n",
21+
"This exposes an interesting angle to potentially attack an ML system in production. In this notebook we will demonstrate a quick & simple process to authenticate models before loading them into memory.\n",
2222
"\n",
2323
"As an example <CI_EXAMPLE>"
2424
]

0 commit comments

Comments
 (0)