From 094eb3db79f8913fb5413b8daf2d16101e91798d Mon Sep 17 00:00:00 2001 From: Alex Aizman Date: Mon, 10 Apr 2023 19:28:17 -0400 Subject: [PATCH] v3.17 Signed-off-by: Alex Aizman --- cmn/ver_const.go | 4 ++-- docs/etl.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmn/ver_const.go b/cmn/ver_const.go index 16c461f528..c6fc2b7cc5 100644 --- a/cmn/ver_const.go +++ b/cmn/ver_const.go @@ -24,8 +24,8 @@ import "github.com/NVIDIA/aistore/cmn/jsp" // `jsp` formats its *signature* and other implementation details. const ( - VersionAIStore = "3.16.rc2" - VersionCLI = "1.1.rc2" + VersionAIStore = "3.17" + VersionCLI = "1.2" VersionLoader = "1.6" VersionAuthN = "1.0" ) diff --git a/docs/etl.md b/docs/etl.md index 50d5234254..b708a073ad 100644 --- a/docs/etl.md +++ b/docs/etl.md @@ -33,7 +33,7 @@ Technically, the service supports running user-provided ETL containers **and** c * For technical blogs with in-depth background and working real-life examples, see: - [ETL: Introduction](https://aiatscale.org/blog/2021/10/21/ais-etl-1) - - [ETL: Using AIS/PyTorch connector to transform ImageNet](https://aiatscale.org/blog/2021/10/22/ais-etl-2) + - [AIStore SDK & ETL: Transform an image dataset with AIS SDK and load into PyTorch](https://aiatscale.org/blog/2023/04/03/transform-images-with-python-sdk) - [ETL: Using WebDataset to train on a sharded dataset](https://aiatscale.org/blog/2021/10/29/ais-etl-3) * For step-by-step tutorials, see: - [PyTorch ImageNet preprocessing](/docs/tutorials/etl/etl_imagenet_pytorch.md)