Adding matmul?

This commit is contained in:
Nicolas Patry
2023-06-21 16:52:35 +02:00
parent 87a37b3bf3
commit ce977b489e
7 changed files with 243 additions and 3 deletions

View File

@ -16,6 +16,7 @@ members = [
]
[dependencies]
ggblas = "0.1.0"
safetensors = "0.3.1"
thiserror = "1"
cudarc = { version = "0.9.9", optional = true }