mirror of https://github.com/tracel-ai/burn.git
Fix/mnist inference web (#1029)
This commit is contained in:
parent
670280dda2
commit
12911c3ad6
|
@ -18,7 +18,8 @@ wgpu = ["burn/wgpu"]
|
|||
[dependencies]
|
||||
burn = { path = "../../burn", default-features = false }
|
||||
serde = { workspace = true }
|
||||
wasm-bindgen = { version = "0.2.88" }
|
||||
wasm-bindgen = { workspace = true }
|
||||
wasm-bindgen-futures = { workspace = true }
|
||||
js-sys = "0.3.65"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue