diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-05 08:56:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-05 08:56:50 +0100 |
commit | 620f83cf66073f033d1fdc9846123c155422677e (patch) | |
tree | 028fd4bf3e3318bc172ffffb57cc4a5cac57bb50 /Cargo.toml | |
parent | f7b2a0391d4a96607b5f208164e365b50ad0bbf7 (diff) | |
download | candle-620f83cf66073f033d1fdc9846123c155422677e.tar.gz candle-620f83cf66073f033d1fdc9846123c155422677e.tar.bz2 candle-620f83cf66073f033d1fdc9846123c155422677e.zip |
Add the candle-datasets crate (#322)
* Move the vision datasets to a separate crate.
* Move the batcher bits.
* Update the readme.
* Move the tiny-stories bits.
---------
Co-authored-by: Jane Doe <jane.doe@example.org>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ [workspace] members = [ "candle-core", + "candle-datasets", "candle-examples", "candle-nn", "candle-pyo3", |