File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ license = "MIT"
2727rust-version = " 1.82"
2828
2929[workspace .dependencies ]
30- candle-core = { git = " https://github.com/EricLBuehler /candle.git " , version = " 0.9.1" , rev = " 5e6c385 " }
31- candle-nn = { git = " https://github.com/EricLBuehler /candle.git " , version = " 0.9.1" , rev = " 5e6c385 " }
32- candle-flash-attn-v3 = { git = " https://github.com/EricLBuehler /candle.git " , version = " 0.9.1" , rev = " 5e6c385 " }
33- candle-flash-attn = { git = " https://github.com/EricLBuehler /candle.git " , version = " 0.9.1" , rev = " 5e6c385 " }
30+ candle-core = { path = " ../mistralrs /candle/candle-core " , version = " 0.9.1" }
31+ candle-nn = { path = " ../mistralrs /candle/candle-nn " , version = " 0.9.1" }
32+ candle-flash-attn-v3 = { path = " ../mistralrs /candle/candle-flash-attn-v3 " , version = " 0.9.1" }
33+ candle-flash-attn = { path = " ../mistralrs /candle/candle-flash-attn " , version = " 0.9.1" }
3434# candle-core = { path = "../candle/candle-core" }
3535# candle-nn = { path = "../candle/candle-nn" }
3636# candle-flash-attn-v3 = { path = "../candle/candle-flash-attn-v3" }
You can’t perform that action at this time.
0 commit comments