icecuber commited on
Commit
845cc59
·
verified ·
1 Parent(s): afa7488

Delete files torch-ext/first/__init__.py build/torch-universal/first/_ops.py build/torch-universal/first/__init__.py with huggingface_hub

Browse files
build/torch-universal/first/__init__.py DELETED
@@ -1,6 +0,0 @@
1
- import torch
2
-
3
- def mul2(x: torch.Tensor) -> torch.Tensor:
4
- return x*2
5
-
6
- __all__ = ["mul2"]
 
 
 
 
 
 
 
build/torch-universal/first/_ops.py DELETED
@@ -1,8 +0,0 @@
1
- import torch
2
- ops = torch.ops._first_20250617124232
3
-
4
- def add_op_namespace_prefix(op_name: str):
5
- """
6
- Prefix op by namespace.
7
- """
8
- return f"_first_20250617124232::{op_name}"
 
 
 
 
 
 
 
 
 
torch-ext/first/__init__.py DELETED
@@ -1,6 +0,0 @@
1
- import torch
2
-
3
- def mul2(x: torch.Tensor) -> torch.Tensor:
4
- return x*2
5
-
6
- __all__ = ["mul2"]