mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
Fix wasm load error (#45)
Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
parent
dd48689aee
commit
fdfad87347
2 changed files with 23 additions and 65 deletions
|
|
@ -17,7 +17,7 @@ md5 = "0.7.0"
|
|||
open-message-format-embeddings = { path = "../open-message-format/clients/omf-embeddings-rust" }
|
||||
public-types = { path = "../public-types" }
|
||||
http = "1.1.0"
|
||||
governor = "0.6.3"
|
||||
governor = { version = "0.6.3", default-features = false, features = ["no_std"]}
|
||||
tiktoken-rs = "0.5.9"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue