Skip to content

Commit

Permalink
dynamically load tokenizers
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Feb 3, 2024
1 parent d374332 commit 8c2ac7a
Show file tree
Hide file tree
Showing 7 changed files with 240 additions and 349 deletions.
2 changes: 1 addition & 1 deletion aicirt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde_json = { version = "1.0.108", features = ["preserve_order"] }
sha2 = "0.10.7"
wasmtime = { version = "16.0.0", default-features = false, features = ["cranelift", "parallel-compilation", "pooling-allocator"] }
aici_abi = { path = "../aici_abi" }
tokenizers = "0.15.0"
tokenizers = { version = "0.15.0", features = ["http"] }
thread-priority = "0.15.1"
ipc-channel = "0.18.0"
flexi_logger = "0.27.3"
Expand Down
Loading

0 comments on commit 8c2ac7a

Please sign in to comment.