Fix deps.

This commit is contained in:
Nicolas Patry
2023-08-15 18:58:58 +02:00
parent d726484a6d
commit baca3cf69d
4 changed files with 3 additions and 29 deletions

View File

@ -1,6 +1,5 @@
//! Datasets & Dataloaders for Candle
pub mod batcher;
#[cfg(feature = "hub")]
pub mod hub;
pub mod nlp;
pub mod vision;