Skip to content

Commit

Permalink
Fix burn-train feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Dec 1, 2023
1 parent 4d79449 commit 3a8dcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burn-train/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ metrics = ["nvml-wrapper", "sysinfo", "systemstat"]
tui = ["ratatui", "crossterm"]

[dependencies]
burn-core = { path = "../burn-core", version = "0.11.0" }
burn-core = { path = "../burn-core", version = "0.11.0", features = ["dataset"] }

log = { workspace = true }
tracing-subscriber.workspace = true
Expand Down

0 comments on commit 3a8dcfb

Please sign in to comment.