Skip to content

Commit 48d3bdc

Browse files
committed
update README.md
1 parent a134ec9 commit 48d3bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ distributed-embeddings is a library for building large embedding based (e.g. rec
1414

1515
`distributed_embeddings.Embedding` combines functionalities of `tf.keras.layers.Embedding` and `tf.nn.embedding_lookup_sparse` under a unified Keras layer API. The backend is designed to achieve high GPU efficiency.
1616

17-
See more details at [User Guide](https://nvidia-merlin.github.io/distributed-embeddings/main/userguide.html)
17+
See more details at [User Guide](https://nvidia-merlin.github.io/distributed-embeddings/userguide.html)
1818

1919
## Installation
2020
### Requirements
@@ -40,4 +40,4 @@ You can also run [Synthetic](https://github.com/NVIDIA-Merlin/distributed-embedd
4040

4141
If you'd like to contribute to the library directly, see the [CONTRIBUTING.md](https://github.com/NVIDIA-Merlin/distributed-embeddings/blob/main/CONTRIBUTING.md). We're particularly interested in contributions or feature requests for our feature engineering and preprocessing operations. To further advance our Merlin Roadmap, we encourage you to share all the details regarding your recommender system pipeline in this [survey](https://developer.nvidia.com/merlin-devzone-survey).
4242

43-
If you're interested in learning more about how distributed-embeddings works, see [documentation]( https://nvidia-merlin.github.io/distributed-embeddings/main/Introduction.html).
43+
If you're interested in learning more about how distributed-embeddings works, see [documentation]( https://nvidia-merlin.github.io/distributed-embeddings/Introduction.html).

0 commit comments

Comments
 (0)