Skip to content

Commit 1cf22e2

Browse files
authored
Fix cubecl git rev (tracel-ai#3765)
1 parent 731775c commit 1cf22e2

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ portable-atomic = { version = "1.11.1" }
169169
portable-atomic-util = { version = "0.2.4", features = ["alloc"] }
170170

171171
### For the main burn branch. ###
172-
# cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "018341e10e98dd6e93ac28592adc56f5710c1453" }
173-
# cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "018341e10e98dd6e93ac28592adc56f5710c1453" }
174-
# cubecl-quant = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "018341e10e98dd6e93ac28592adc56f5710c1453" }
172+
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "d4aec5dd7ef73068347eb688f2327be5605bd75b" }
173+
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "d4aec5dd7ef73068347eb688f2327be5605bd75b" }
174+
cubecl-quant = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "d4aec5dd7ef73068347eb688f2327be5605bd75b" }
175175
### For local development. ###
176-
cubecl = { path = "../cubecl/crates/cubecl", default-features = false }
177-
cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }
178-
cubecl-quant = { path = "../cubecl/crates/cubecl-quant", default-features = false }
176+
# cubecl = { path = "../cubecl/crates/cubecl", default-features = false }
177+
# cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }
178+
# cubecl-quant = { path = "../cubecl/crates/cubecl-quant", default-features = false }
179179
### For the release. ###
180180
# cubecl = { version = "0.6.0", default-features = false }
181181
# cubecl-common = { version = "0.6.0", default-features = false }

0 commit comments

Comments
 (0)