summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-05 08:56:50 +0100
committerGitHub <noreply@github.com>2023-08-05 08:56:50 +0100
commit620f83cf66073f033d1fdc9846123c155422677e (patch)
tree028fd4bf3e3318bc172ffffb57cc4a5cac57bb50 /Cargo.toml
parentf7b2a0391d4a96607b5f208164e365b50ad0bbf7 (diff)
downloadcandle-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 301451a0..ea008f00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
[workspace]
members = [
"candle-core",
+ "candle-datasets",
"candle-examples",
"candle-nn",
"candle-pyo3",