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
e1bd07fe
Commit
e1bd07fe
authored
Feb 11, 2025
by
Graham King
Committed by
GitHub
Feb 11, 2025
Browse files
chore: Again: Add rust-toolchain so we're all on the same version (#160)
parent
2e409565
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
2 deletions
+10
-2
llm/rust/rust-toolchain.toml
llm/rust/rust-toolchain.toml
+2
-0
runtime/rust/examples/hello_world/Cargo.lock
runtime/rust/examples/hello_world/Cargo.lock
+2
-2
runtime/rust/examples/hello_world/rust-toolchain.toml
runtime/rust/examples/hello_world/rust-toolchain.toml
+2
-0
runtime/rust/python-wheel/rust-toolchain.toml
runtime/rust/python-wheel/rust-toolchain.toml
+2
-0
runtime/rust/rust-toolchain.toml
runtime/rust/rust-toolchain.toml
+2
-0
No files found.
llm/rust/rust-toolchain.toml
0 → 100644
View file @
e1bd07fe
[toolchain]
channel
=
"1.84.1"
runtime/rust/examples/hello_world/Cargo.lock
View file @
e1bd07fe
...
@@ -883,7 +883,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
...
@@ -883,7 +883,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
[[package]]
name = "hello_world"
name = "hello_world"
version = "0.1.
0
"
version = "0.1.
3
"
dependencies = [
dependencies = [
"env_logger",
"env_logger",
"triton-distributed",
"triton-distributed",
...
@@ -2419,7 +2419,7 @@ dependencies = [
...
@@ -2419,7 +2419,7 @@ dependencies = [
[[package]]
[[package]]
name = "triton-distributed"
name = "triton-distributed"
version = "0.
1.2
"
version = "0.
2.0
"
dependencies = [
dependencies = [
"anyhow",
"anyhow",
"async-nats",
"async-nats",
...
...
runtime/rust/examples/hello_world/rust-toolchain.toml
0 → 100644
View file @
e1bd07fe
[toolchain]
channel
=
"1.84.1"
runtime/rust/python-wheel/rust-toolchain.toml
0 → 100644
View file @
e1bd07fe
[toolchain]
channel
=
"1.84.1"
runtime/rust/rust-toolchain.toml
0 → 100644
View file @
e1bd07fe
[toolchain]
channel
=
"1.84.1"
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