Read and write npy files.

This commit is contained in:
laurent
2023-06-24 18:12:10 +01:00
parent a6ca9baf3c
commit a7f80e258f
5 changed files with 410 additions and 1 deletions

View File

@ -21,6 +21,7 @@ thiserror = "1"
cudarc = { version = "0.9.9", optional = true }
candle-kernels = { path = "kernels", optional = true }
gemm = "0.15.4"
zip = "0.6.6"
[dev-dependencies]
anyhow = "1"