mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00

- Removed a lot of surface (SerializedFileReader ownership is really painful). - Moved example + vision to hf.co version. - Removed feature gate.
24 lines
720 B
TOML
24 lines
720 B
TOML
[package]
|
|
name = "candle-datasets"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description.workspace = true
|
|
repository.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
license.workspace = true
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
byteorder = { workspace = true }
|
|
candle = { path = "../candle-core", version = "0.2.0", package = "candle-core" }
|
|
candle-nn = { path = "../candle-nn", version = "0.2.0" }
|
|
hf-hub = { workspace = true}
|
|
intel-mkl-src = { workspace = true, optional = true }
|
|
memmap2 = { workspace = true }
|
|
tokenizers = { workspace = true, features = ["onig"] }
|
|
rand = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
parquet = { version = "45.0.0"}
|
|
image = { workspace = true }
|