diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-14 17:23:08 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-28 15:15:01 +0200 |
commit | d7a273be516e7795b6213e9f076676f76d0fac11 (patch) | |
tree | 86eadd1f3b8dbd0f36356c32e6bb85f0783c32ce /candle-datasets/Cargo.toml | |
parent | dd02f589c095790f980cc8fb84f411d67b7e3c21 (diff) | |
download | candle-d7a273be516e7795b6213e9f076676f76d0fac11.tar.gz candle-d7a273be516e7795b6213e9f076676f76d0fac11.tar.bz2 candle-d7a273be516e7795b6213e9f076676f76d0fac11.zip |
Training:
- Removed a lot of surface (SerializedFileReader ownership is really
painful).
- Moved example + vision to hf.co version.
- Removed feature gate.
Diffstat (limited to 'candle-datasets/Cargo.toml')
-rw-r--r-- | candle-datasets/Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/candle-datasets/Cargo.toml b/candle-datasets/Cargo.toml index 7c4c0aa5..4722c76c 100644 --- a/candle-datasets/Cargo.toml +++ b/candle-datasets/Cargo.toml @@ -19,7 +19,5 @@ memmap2 = { workspace = true } tokenizers = { workspace = true, features = ["onig"] } rand = { workspace = true } thiserror = { workspace = true } -parquet = { version = "45.0.0", optional = true } - -[features] -hub = ["dep:parquet"] +parquet = { version = "45.0.0"} +image = { workspace = true } |