File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,22 @@ This integration ensures efficient training by coordinating sparse (embedding) a
1010## Environment Setup
1111### Start from dockerfile
1212
13- We provide [ dockerfile] ( ./docker/Dockerfile ) for users to build environment.
13+ We provide [ dockerfile] ( ../../.. /docker/Dockerfile ) for users to build environment.
1414```
15+ git clone https://github.com/NVIDIA/recsys-examples.git && cd recsys-examples
1516docker build -f docker/Dockerfile --platform linux/amd64 -t recsys-examples:latest .
1617```
1718If you want to build image for Grace, you can use
1819```
20+ git clone https://github.com/NVIDIA/recsys-examples.git && cd recsys-examples
1921docker build -f docker/Dockerfile --platform linux/arm64 -t recsys-examples:latest .
2022```
2123You can also set your own base image with args ` --build-arg <BASE_IMAGE> ` .
2224
2325### Start from source file
2426Before running examples, build and install libs under corelib following instruction in documentation:
25- - [ HSTU attention documentation] ( ./corelib/hstu/README.md )
26- - [ Dynamic Embeddings documentation] ( ./corelib/dynamicemb/README.md )
27+ - [ HSTU attention documentation] ( .../../.. /corelib/hstu/README.md )
28+ - [ Dynamic Embeddings documentation] ( .../../.. /corelib/dynamicemb/README.md )
2729
2830On top of those two core libs, Megatron-Core along with other libs are required. You can install them via pypi package:
2931
You can’t perform that action at this time.
0 commit comments