Upload folder using huggingface_hub
Browse files
build/torch-universal/triton_kernels/__init__.py
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from . import matmul_ogs
|
| 2 |
+
|
| 3 |
+
__all__ = ["matmul_ogs"]
|