Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
c70de37f
Commit
c70de37f
authored
Feb 25, 2025
by
Neelay Shah
Committed by
GitHub
Feb 25, 2025
Browse files
chore: updating docs after restructure
parent
b760c569
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
lib/bindings/python/README.md
lib/bindings/python/README.md
+1
-1
lib/runtime/README.md
lib/runtime/README.md
+1
-1
No files found.
README.md
View file @
c70de37f
...
@@ -65,7 +65,7 @@ The run script offers a few common workflows:
...
@@ -65,7 +65,7 @@ The run script offers a few common workflows:
1.
Running a command in a container and exiting.
1.
Running a command in a container and exiting.
```
```
./container/run.sh -- python3 -c "import triton_distributed.
icp.protos.icp_pb2 as icp_proto; print(icp_proto); print(dir(icp_proto));
"
./container/run.sh -- python3 -c "import triton_distributed.
runtime; help(triton_distributed.runtime)
"
```
```
2.
Starting an interactive shell.
2.
Starting an interactive shell.
...
...
lib/bindings/python/README.md
View file @
c70de37f
...
@@ -50,7 +50,7 @@ maturin develop --uv
...
@@ -50,7 +50,7 @@ maturin develop --uv
## Pre-requisite
## Pre-requisite
See
[
README.md
](
..
/README.md
)
.
See
[
README.md
](
/lib/runtime
/README.md
)
.
## Hello World Example
## Hello World Example
...
...
lib/runtime/README.md
View file @
c70de37f
...
@@ -110,7 +110,7 @@ Annotated { data: Some("d"), id: None, event: None, comment: None }
...
@@ -110,7 +110,7 @@ Annotated { data: Some("d"), id: None, event: None, comment: None }
#### Python
#### Python
See the
[
README.md
](
.
/python
-wheel
/README.md
)
for details
See the
[
README.md
](
/lib/bindings
/python/README.md
)
for details
The Python and Rust
`hello_world`
client and server examples are interchangeable,
The Python and Rust
`hello_world`
client and server examples are interchangeable,
so you can start the Python
`server.py`
and talk to it from the Rust
`client`
.
so you can start the Python
`server.py`
and talk to it from the Rust
`client`
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment