From e019ee13aaaee87bb7ee4a87c905604b3da6b9d6 Mon Sep 17 00:00:00 2001 From: Ravi Srinivasan Date: Thu, 1 Feb 2024 19:24:39 +0530 Subject: [PATCH] added username and password for uploading models - fix for #16 (#20) fix for #16 --- modules/chapter1/pages/section2.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/chapter1/pages/section2.adoc b/modules/chapter1/pages/section2.adoc index 83c4165..cd3f5a7 100644 --- a/modules/chapter1/pages/section2.adoc +++ b/modules/chapter1/pages/section2.adoc @@ -87,7 +87,7 @@ To convert from TensorFlow, use the https://github.com/onnx/tensorflow-onnx[tf2o + image::iris-download.png[iris model download] -. Upload the file `rf_iris.onnx` to a bucket named **models**, with a path **iris** in your S3 +. Upload the file `rf_iris.onnx` to a bucket named **models**, with a path **iris** in your S3. The username is *minio* and the password is *minio123*. + image::iris-s3-upload.png[iris model s3 upload] +