@@ -169,13 +169,13 @@ portable-atomic = { version = "1.11.1" }
169169portable-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