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
eb022ec9
Commit
eb022ec9
authored
Feb 25, 2025
by
Neelay Shah
Committed by
GitHub
Feb 25, 2025
Browse files
refactor: moving tio to launch dir
parent
e0e9f4a2
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/pre-merge-rust.yml
.github/workflows/pre-merge-rust.yml
+3
-3
launch/tio/Cargo.lock
launch/tio/Cargo.lock
+0
-0
launch/tio/Cargo.toml
launch/tio/Cargo.toml
+2
-2
launch/tio/README.md
launch/tio/README.md
+0
-0
launch/tio/rust-toolchain.toml
launch/tio/rust-toolchain.toml
+0
-0
launch/tio/src/input.rs
launch/tio/src/input.rs
+0
-0
launch/tio/src/input/endpoint.rs
launch/tio/src/input/endpoint.rs
+0
-0
launch/tio/src/input/http.rs
launch/tio/src/input/http.rs
+0
-0
launch/tio/src/input/text.rs
launch/tio/src/input/text.rs
+0
-0
launch/tio/src/lib.rs
launch/tio/src/lib.rs
+0
-0
launch/tio/src/main.rs
launch/tio/src/main.rs
+0
-0
launch/tio/src/opt.rs
launch/tio/src/opt.rs
+0
-0
launch/tio/src/output.rs
launch/tio/src/output.rs
+0
-0
launch/tio/src/output/echo_core.rs
launch/tio/src/output/echo_core.rs
+0
-0
launch/tio/src/output/echo_full.rs
launch/tio/src/output/echo_full.rs
+0
-0
No files found.
.github/workflows/pre-merge-rust.yml
View file @
eb022ec9
...
...
@@ -30,7 +30,7 @@ on:
-
'
lib/runtime/**'
-
'
lib/llm/**'
-
'
lib/bindings/**'
-
'
applications/llm
/**'
-
'
launch
/**'
-
'
examples/rust/**'
-
'
**.rs'
-
'
Cargo.toml'
...
...
@@ -40,7 +40,7 @@ jobs:
pre-merge-rust
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
{
dir
:
[
'
lib/runtime'
,
'
lib/llm'
,
'
lib/bindings/c'
,
'
lib/bindings/python'
,
'
applications/llm
/tio'
,
'
applications/llm/count'
,
'
examples/rust'
]
}
matrix
:
{
dir
:
[
'
lib/runtime'
,
'
lib/llm'
,
'
lib/bindings/c'
,
'
lib/bindings/python'
,
'
launch
/tio'
,
'
applications/llm/count'
,
'
examples/rust'
]
}
permissions
:
contents
:
read
steps
:
...
...
@@ -85,7 +85,7 @@ jobs:
if
:
|
matrix.dir != 'examples/rust' &&
matrix.dir != 'applications/llm/count' &&
matrix.dir != '
applications/llm
/tio' &&
matrix.dir != '
launch
/tio' &&
matrix.dir != 'lib/llm' &&
matrix.dir != 'lib/bindings/c' &&
matrix.dir != 'lib/bindings/python'
...
...
applications/llm
/tio/Cargo.lock
→
launch
/tio/Cargo.lock
View file @
eb022ec9
File moved
applications/llm
/tio/Cargo.toml
→
launch
/tio/Cargo.toml
View file @
eb022ec9
...
...
@@ -42,5 +42,5 @@ tokio = { version = "1", features = ["full"] }
tokio-util
=
{
version
=
"0.7"
,
features
=
[
"codec"
,
"net"
]
}
tracing
=
{
version
=
"0.1"
}
tracing-subscriber
=
{
version
=
"0.3"
,
features
=
[
"env-filter"
,
"local-time"
,
"json"
]
}
triton-distributed-runtime
=
{
path
=
"../../
../
lib/runtime"
}
triton-distributed-llm
=
{
path
=
"../../
../
lib/llm"
}
triton-distributed-runtime
=
{
path
=
"../../lib/runtime"
}
triton-distributed-llm
=
{
path
=
"../../lib/llm"
}
applications/llm
/tio/README.md
→
launch
/tio/README.md
View file @
eb022ec9
File moved
applications/llm
/tio/rust-toolchain.toml
→
launch
/tio/rust-toolchain.toml
View file @
eb022ec9
File moved
applications/llm
/tio/src/input.rs
→
launch
/tio/src/input.rs
View file @
eb022ec9
File moved
applications/llm
/tio/src/input/endpoint.rs
→
launch
/tio/src/input/endpoint.rs
View file @
eb022ec9
File moved
applications/llm
/tio/src/input/http.rs
→
launch
/tio/src/input/http.rs
View file @
eb022ec9
File moved
applications/llm
/tio/src/input/text.rs
→
launch
/tio/src/input/text.rs
View file @
eb022ec9
File moved
applications/llm
/tio/src/lib.rs
→
launch
/tio/src/lib.rs
View file @
eb022ec9
File moved
applications/llm
/tio/src/main.rs
→
launch
/tio/src/main.rs
View file @
eb022ec9
File moved
applications/llm
/tio/src/opt.rs
→
launch
/tio/src/opt.rs
View file @
eb022ec9
File moved
applications/llm
/tio/src/output.rs
→
launch
/tio/src/output.rs
View file @
eb022ec9
File moved
applications/llm
/tio/src/output/echo_core.rs
→
launch
/tio/src/output/echo_core.rs
View file @
eb022ec9
File moved
applications/llm
/tio/src/output/echo_full.rs
→
launch
/tio/src/output/echo_full.rs
View file @
eb022ec9
File moved
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