32 lines
763 B
Plaintext
32 lines
763 B
Plaintext
[package]
|
|
name = "rtx-multimodal"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
rtx-tensor = { path = "../rtx-tensor" }
|
|
rtx-runtime = { path = "../rtx-runtime" }
|
|
rtx-polygraph = { path = "../rtx-polygraph" }
|
|
rtx-transformers = { path = "../rtx-transformers" }
|
|
rtx-flash-attention = { path = "../rtx-flash-attention" }
|
|
image = "0.24"
|
|
hound = "3.5"
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
tracing.workspace = true
|
|
tokio.workspace = true
|
|
futures.workspace = true
|
|
rand.workspace = true
|
|
approx = "0.5"
|
|
|
|
[dev-dependencies]
|
|
criterion = { version = "0.5", features = ["html_reports"] }
|
|
|
|
[[bench]]
|
|
name = "multimodal_bench"
|
|
harness = false
|