Fix wasm load error (#45)

Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
José Ulises Niño Rivera 2024-09-05 16:29:41 -07:00 committed by GitHub
parent dd48689aee
commit fdfad87347
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 65 deletions

View file

@ -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]