Skip to content

Commit cb05caa

Browse files
committed
refactor: move lib/llm/src/tokens.rs to lib/tokens
The crate `lib/tokens` was not really used and contained old duplicate code. Looks like the origin intention was to split tokens functionality out of `dynamo-runtime`, so let's complete it. To avoid too many changes, keep a redirect with `pub use dynamo_tokens::*;`. Signed-off-by: Dan Aloni <dan.aloni@vastdata.com>
1 parent 36c4ef5 commit cb05caa

File tree

7 files changed

+1256
-1842
lines changed

7 files changed

+1256
-1842
lines changed

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/bindings/python/Cargo.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/llm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ harness = false
4444
[dependencies]
4545
# repo
4646
dynamo-runtime = { workspace = true }
47+
dynamo-tokens = { workspace = true }
4748

4849
# workspace
4950
anyhow = { workspace = true }

0 commit comments

Comments
 (0)