Skip to content

Commit

Permalink
Propagate audio feature flag (#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui authored Dec 20, 2024
1 parent 676877a commit 06fdb9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/burn-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ doc = [
"wgpu",
"cuda-jit",
"hip-jit",
"audio",
"vision",
"autodiff",
"remote",
Expand Down Expand Up @@ -79,6 +80,7 @@ std = [
"num-traits/std",
]
vision = ["burn-dataset?/vision", "burn-common/network"]
audio = ["burn-dataset?/audio"]

# Backend
autodiff = ["burn-autodiff"]
Expand Down
1 change: 1 addition & 0 deletions crates/burn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dataset = ["burn-core/dataset"]
sqlite = ["burn-core/sqlite"]
sqlite-bundled = ["burn-core/sqlite-bundled"]

audio = ["burn-core/audio"]
vision = ["burn-core/vision"]

# Backends
Expand Down

0 comments on commit 06fdb9f

Please sign in to comment.