We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676877a commit 06fdb9fCopy full SHA for 06fdb9f
crates/burn-core/Cargo.toml
@@ -38,6 +38,7 @@ doc = [
38
"wgpu",
39
"cuda-jit",
40
"hip-jit",
41
+ "audio",
42
"vision",
43
"autodiff",
44
"remote",
@@ -79,6 +80,7 @@ std = [
79
80
"num-traits/std",
81
]
82
vision = ["burn-dataset?/vision", "burn-common/network"]
83
+audio = ["burn-dataset?/audio"]
84
85
# Backend
86
autodiff = ["burn-autodiff"]
crates/burn/Cargo.toml
@@ -32,6 +32,7 @@ dataset = ["burn-core/dataset"]
32
sqlite = ["burn-core/sqlite"]
33
sqlite-bundled = ["burn-core/sqlite-bundled"]
34
35
+audio = ["burn-core/audio"]
36
vision = ["burn-core/vision"]
37
# Backends
0 commit comments