python-dep / build.toml
danieldk's picture
danieldk HF Staff
Fixup repo name
1e557c7
raw
history blame
274 Bytes
[general]
name = "python-dep"
license = "apache-2.0"
backends = [
"cpu",
"cuda",
"metal",
"rocm",
"xpu",
]
version = 1
python-depends = ["einops"]
[general.cuda]
python-depends = ["nvidia-cutlass-dsl"]
[general.hub]
repo-id = "kernels-test/python-dep"