Skip to content

Commit

Permalink
v3.17
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Apr 10, 2023
1 parent ae92c7b commit 094eb3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmn/ver_const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion docs/etl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 094eb3d

Please sign in to comment.