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
2e409565
Commit
2e409565
authored
Feb 10, 2025
by
Anant Sharma
Committed by
GitHub
Feb 10, 2025
Browse files
chore: update rust versions to v0.2.0 (#155)
Co-authored-by:
Ryan McCormick
<
rmccormick@nvidia.com
>
parent
20b36843
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
13 deletions
+13
-13
.github/workflows/pre-merge-rust.yml
.github/workflows/pre-merge-rust.yml
+1
-1
llm/rust/Cargo.lock
llm/rust/Cargo.lock
+3
-3
llm/rust/Cargo.toml
llm/rust/Cargo.toml
+2
-2
runtime/rust/Cargo.lock
runtime/rust/Cargo.lock
+1
-1
runtime/rust/Cargo.toml
runtime/rust/Cargo.toml
+1
-1
runtime/rust/python-wheel/Cargo.lock
runtime/rust/python-wheel/Cargo.lock
+2
-2
runtime/rust/python-wheel/Cargo.toml
runtime/rust/python-wheel/Cargo.toml
+2
-2
runtime/rust/python-wheel/pyproject.toml
runtime/rust/python-wheel/pyproject.toml
+1
-1
No files found.
.github/workflows/pre-merge-rust.yml
View file @
2e409565
...
...
@@ -48,7 +48,7 @@ jobs:
uses
:
actions/cache@v3
with
:
path
:
~/.cargo/bin
key
:
${{ runner.os }}-cargo-tools-${{ hashFiles('**/Cargo.lock') }}
key
:
${{ runner.os }}-cargo-tools-${{
github.head_ref || github.ref_name }}-${{
hashFiles('**/Cargo.lock') }}
-
name
:
Set up Rust Toolchain Components
run
:
rustup component add rustfmt clippy
-
name
:
Run Cargo Check
...
...
llm/rust/Cargo.lock
View file @
2e409565
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version =
3
version =
4
[[package]]
name = "addr2line"
...
...
@@ -2839,7 +2839,7 @@ dependencies = [
[[package]]
name = "triton-distributed"
version = "0.
1.3
"
version = "0.
2.0
"
dependencies = [
"anyhow",
"async-nats",
...
...
@@ -2877,7 +2877,7 @@ dependencies = [
[[package]]
name = "triton-llm"
version = "0.
1.3
"
version = "0.
2.0
"
dependencies = [
"anyhow",
"async-stream",
...
...
llm/rust/Cargo.toml
View file @
2e409565
...
...
@@ -20,7 +20,7 @@ members = [
resolver
=
"2"
[workspace.package]
version
=
"0.
1.3
"
version
=
"0.
2.0
"
edition
=
"2021"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
@@ -30,7 +30,7 @@ repository = "https://github.com/triton-inference-server/triton_distributed"
[workspace.dependencies]
# local or crates.io
triton-distributed
=
{
version
=
"0.
1.3
"
,
path
=
"../../runtime/rust"
}
triton-distributed
=
{
version
=
"0.
2.0
"
,
path
=
"../../runtime/rust"
}
# crates.io
anyhow
=
{
version
=
"1"
}
...
...
runtime/rust/Cargo.lock
View file @
2e409565
...
...
@@ -2417,7 +2417,7 @@ dependencies = [
[[package]]
name = "triton-distributed"
version = "0.
1.3
"
version = "0.
2.0
"
dependencies = [
"anyhow",
"assert_matches",
...
...
runtime/rust/Cargo.toml
View file @
2e409565
...
...
@@ -17,7 +17,7 @@
name
=
"triton-distributed"
description
=
"Distributed GenAI Inference Framework"
readme
=
"README.md"
version
=
"0.
1.3
"
# TODO: Centralize Version Automation
version
=
"0.
2.0
"
# TODO: Centralize Version Automation
edition
=
"2021"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
runtime/rust/python-wheel/Cargo.lock
View file @
2e409565
...
...
@@ -2614,7 +2614,7 @@ dependencies = [
[[package]]
name = "triton-distributed"
version = "0.
1.3
"
version = "0.
2.0
"
dependencies = [
"anyhow",
"async-nats",
...
...
@@ -2652,7 +2652,7 @@ dependencies = [
[[package]]
name = "triton_distributed_py3"
version = "0.
1.3
"
version = "0.
2.0
"
dependencies = [
"futures",
"once_cell",
...
...
runtime/rust/python-wheel/Cargo.toml
View file @
2e409565
...
...
@@ -15,7 +15,7 @@
[package]
name
=
"triton_distributed_py3"
version
=
"0.
1.3
"
version
=
"0.
2.0
"
edition
=
"2021"
authors
=
["NVIDIA"]
license
=
"Apache-2.0"
...
...
@@ -30,7 +30,7 @@ crate-type = ["cdylib"]
[dependencies]
triton-distributed
=
{
version
=
"0.
1.3
"
,
path
=
"../"
}
triton-distributed
=
{
version
=
"0.
2.0
"
,
path
=
"../"
}
futures
=
"0.3"
once_cell
=
"1.20.3"
...
...
runtime/rust/python-wheel/pyproject.toml
View file @
2e409565
...
...
@@ -16,7 +16,7 @@
[project]
name
=
"triton-distributed-rs"
version
=
"0.
1.3
"
version
=
"0.
2.0
"
description
=
"Distributed LLM Framework"
# readme = "README.md"
authors
=
[
...
...
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