Upload folder using huggingface_hub
Browse files
torch-ext/triton_kernels/__init__.py
CHANGED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Make sure to add this in the build folder as this won't build if we put that here
|
2 |
+
# from . import matmul_ogs, tensor_details, numerics_details, tensor, swiglu, routing
|
3 |
+
|
4 |
+
# __all__ = ["matmul_ogs" , "tensor_details", "numerics_details", "tensor", "swiglu", "routing"]
|