"examples/python/llm/api_server/__main__.py" did not exist on "022b6db5a464de4e5e2bb8287786162b9b862f33"
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