"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "c30c69906a152a7d5e80a5e2a48a79ba96151463"
Commit 5a6e57c8 authored by Neelay Shah's avatar Neelay Shah Committed by GitHub
Browse files

docs: Update namespace in README.md

parent 53712d62
......@@ -64,7 +64,7 @@ The run script offers a few common workflows:
1. Running a command in a container and exiting.
```
./container/run.sh -- python3 -c "import tdist.icp.protos.icp_pb2 as icp_proto; print(icp_proto); print(dir(icp_proto));"
./container/run.sh -- python3 -c "import triton_distributed.icp.protos.icp_pb2 as icp_proto; print(icp_proto); print(dir(icp_proto));"
```
2. Starting an interactive shell.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment