mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 19:18:50 +00:00
Fixed PR warnings.
This commit is contained in:
@ -24,9 +24,10 @@ intel-mkl-src = { workspace = true, optional = true }
|
|||||||
cudarc = { workspace = true, optional = true }
|
cudarc = { workspace = true, optional = true }
|
||||||
half = { workspace = true, optional = true }
|
half = { workspace = true, optional = true }
|
||||||
image = { workspace = true, optional = true }
|
image = { workspace = true, optional = true }
|
||||||
|
anyhow = { workspace = true }
|
||||||
|
tokio = "1.29.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
anyhow = { workspace = true }
|
|
||||||
byteorder = { workspace = true }
|
byteorder = { workspace = true }
|
||||||
hf-hub = { workspace = true, features=["tokio"]}
|
hf-hub = { workspace = true, features=["tokio"]}
|
||||||
clap = { workspace = true }
|
clap = { workspace = true }
|
||||||
@ -38,7 +39,6 @@ tracing-chrome = { workspace = true }
|
|||||||
tracing-subscriber = { workspace = true }
|
tracing-subscriber = { workspace = true }
|
||||||
wav = { workspace = true }
|
wav = { workspace = true }
|
||||||
# Necessary to disambiguate with tokio in wasm examples which are 1.28.1
|
# Necessary to disambiguate with tokio in wasm examples which are 1.28.1
|
||||||
tokio = "1.29.1"
|
|
||||||
parquet = { workspace = true }
|
parquet = { workspace = true }
|
||||||
image = { workspace = true }
|
image = { workspace = true }
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
mod simplified;
|
#[cfg(test)]
|
||||||
|
pub mod simplified;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
|
Reference in New Issue
Block a user