Skip to content

Commit 4f8f7a4

Browse files
Fix local tuner deadlock (#3384)
1 parent 18fd425 commit 4f8f7a4

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ portable-atomic = { version = "1.11.1" }
157157
portable-atomic-util = { version = "0.2.4", features = ["alloc"] }
158158

159159
### For the main burn branch. ###
160-
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "992d8d56616498a0197b4f818f90908d2debab46" }
161-
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "992d8d56616498a0197b4f818f90908d2debab46" }
160+
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "417e0960e86c03af71889a244c22deb17833fffd" }
161+
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "417e0960e86c03af71889a244c22deb17833fffd" }
162162
### For local development. ###
163163
# cubecl = { path = "../cubecl/crates/cubecl", default-features = false }
164164
# cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }

0 commit comments

Comments
 (0)