File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,15 @@ candle-onnx = { path = "./candle-onnx", version = "0.9.1" }
4343candle-transformers = { path = " ./candle-transformers" , version = " 0.9.1" }
4444clap = { version = " 4.2.4" , features = [" derive" ] }
4545criterion = { version = " 0.5.1" , default-features = false }
46- cudarc = { version = " 0.16 .3" , features = [
46+ cudarc = { version = " 0.17 .3" , features = [
4747 " std" ,
4848 " cublas" ,
4949 " cublaslt" ,
5050 " curand" ,
5151 " driver" ,
5252 " nvrtc" ,
5353 " f16" ,
54+ " f8" ,
5455 " cuda-version-from-build-system" ,
5556 " dynamic-linking" ,
5657], default-features = false }
@@ -62,7 +63,7 @@ half = { version = "2.5.0", features = [
6263 " use-intrinsics" ,
6364 " rand_distr" ,
6465] }
65- float8 = { git = " https://github.com/zackangelo/float8 " , branch = " cudarc_0_16 " , features = [
66+ float8 = { version = " 0.4.2 " , features = [
6667 " num-traits" ,
6768 " rand_distr" ,
6869] }
You can’t perform that action at this time.
0 commit comments