Faster model weight loading.

This commit is contained in:
laurent
2023-06-26 07:40:11 +01:00
parent d867155ef2
commit 11696e6377
2 changed files with 14 additions and 25 deletions

View File

@ -22,6 +22,7 @@ cudarc = { version = "0.9.9", optional = true }
candle-kernels = { path = "kernels", optional = true }
gemm = "0.15.4"
zip = { version = "0.6.6", default-features=false }
byteorder = "1.4.3"
[dev-dependencies]
anyhow = "1"