Skip to content

Commit 34cc5d7

Browse files
committed
update README and version
1 parent 5dafd70 commit 34cc5d7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
distributed-embeddings is a library for building large embedding based (e.g. recommender) models in Tensorflow 2. It provides a scalable model parallel wrapper that automatically distribute embedding tables to multiple GPUs, as well as efficient embedding operations that cover and extend Tensorflow's embedding functionalities.
77

8+
Refer to [NVIDIA Developer blog](https://developer.nvidia.com/blog/fast-terabyte-scale-recommender-training-made-easy-with-nvidia-merlin-distributed-embeddings/) about Terabyte-scale Recommender Training for more details.
9+
810
## Features
911

1012
### Distributed model parallel wrapper
@@ -22,7 +24,7 @@ Python 3, CUDA 11 or newer, TensorFlow 2
2224
### Containers ###
2325
You can build inside 22.03 or later NGC TF2 [image](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tensorflow):
2426
```bash
25-
docker pull nvcr.io/nvidia/tensorflow:22.10-tf2-py3
27+
docker pull nvcr.io/nvidia/tensorflow:23.01-tf2-py3
2628
```
2729
### Build from source
2830

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

0 commit comments

Comments
 (0)