Skip to content

Commit

Permalink
Downgrade burn
Browse files Browse the repository at this point in the history
To resolve some issues with the new matmul
  • Loading branch information
ArthurBrussee committed Dec 6, 2024
1 parent 3463d41 commit 8b22e1b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 33 deletions.
56 changes: 27 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ burn = { git = "https://github.com/tracel-ai/burn", features = [
'wgpu',
'autodiff',
'template',
] }
burn-jit = { git = "https://github.com/tracel-ai/burn" }
], rev = "42e7c1f225a7c3e2be502e437fc417c5f61f2589" }
burn-jit = { git = "https://github.com/tracel-ai/burn", rev = "42e7c1f225a7c3e2be502e437fc417c5f61f2589" }
burn-wgpu = { git = "https://github.com/tracel-ai/burn", features = [
"exclusive-memory-only",
] }
burn-fusion = { git = "https://github.com/tracel-ai/burn" }
], rev = "42e7c1f225a7c3e2be502e437fc417c5f61f2589" }
burn-fusion = { git = "https://github.com/tracel-ai/burn", rev = "42e7c1f225a7c3e2be502e437fc417c5f61f2589" }

egui = { git = "https://github.com/emilk/egui/", rev = "5bfff316c9818b3c140d02bb6cdc488556d46ab7" }

Expand Down

0 comments on commit 8b22e1b

Please sign in to comment.