Build (aarch64-linux)
Browse filesAlso remove old Torch 2.5 builds.
- build/torch25-cxx11-cu121-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so +0 -3
- build/torch25-cxx98-cu118-x86_64-linux/rotary/__init__.py +0 -19
- build/torch25-cxx98-cu118-x86_64-linux/rotary/_ops.py +0 -9
- build/torch25-cxx98-cu121-x86_64-linux/rotary/__init__.py +0 -19
- build/torch25-cxx98-cu121-x86_64-linux/rotary/_ops.py +0 -9
- build/torch25-cxx98-cu121-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so +0 -3
- build/torch25-cxx98-cu124-x86_64-linux/rotary/__init__.py +0 -19
- build/torch25-cxx98-cu124-x86_64-linux/rotary/_ops.py +0 -9
- build/torch25-cxx98-cu124-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so +0 -3
- build/{torch25-cxx11-cu118-x86_64-linux → torch28-cxx11-cu126-aarch64-linux}/rotary/__init__.py +0 -0
- build/torch28-cxx11-cu126-aarch64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch28-cxx11-cu126-aarch64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
- build/{torch25-cxx11-cu118-x86_64-linux → torch28-cxx11-cu126-aarch64-linux}/rotary/_ops.py +3 -3
- build/{torch25-cxx11-cu124-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so → torch28-cxx11-cu126-aarch64-linux/rotary/_rotary_005dcc7_dirty.abi3.so} +2 -2
- build/{torch25-cxx11-cu121-x86_64-linux → torch28-cxx11-cu128-aarch64-linux}/rotary/__init__.py +0 -0
- build/torch28-cxx11-cu128-aarch64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch28-cxx11-cu128-aarch64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
- build/{torch25-cxx11-cu124-x86_64-linux → torch28-cxx11-cu128-aarch64-linux}/rotary/_ops.py +3 -3
- build/{torch25-cxx11-cu118-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so → torch28-cxx11-cu128-aarch64-linux/rotary/_rotary_005dcc7_dirty.abi3.so} +2 -2
- build/{torch25-cxx11-cu124-x86_64-linux → torch28-cxx11-cu129-aarch64-linux}/rotary/__init__.py +0 -0
- build/torch28-cxx11-cu129-aarch64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
- build/torch28-cxx11-cu129-aarch64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
- build/{torch25-cxx11-cu121-x86_64-linux → torch28-cxx11-cu129-aarch64-linux}/rotary/_ops.py +3 -3
- build/{torch25-cxx98-cu118-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so → torch28-cxx11-cu129-aarch64-linux/rotary/_rotary_005dcc7_dirty.abi3.so} +2 -2
build/torch25-cxx11-cu121-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9bb0176f7935cd360a9af512993db1ed8f2e3c9c3f659a04608a8e44bb3b3d40
|
3 |
-
size 4348344
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu118-x86_64-linux/rotary/__init__.py
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
from typing import Tuple
|
2 |
-
import torch
|
3 |
-
|
4 |
-
from ._ops import ops
|
5 |
-
|
6 |
-
|
7 |
-
def apply_rotary(
|
8 |
-
x1: torch.Tensor,
|
9 |
-
x2: torch.Tensor,
|
10 |
-
cos: torch.Tensor,
|
11 |
-
sin: torch.Tensor,
|
12 |
-
out1: torch.Tensor,
|
13 |
-
out2: torch.Tensor,
|
14 |
-
conj: bool,
|
15 |
-
):
|
16 |
-
ops.apply_rotary(x1, x2, cos, sin, out1, out2, conj)
|
17 |
-
|
18 |
-
|
19 |
-
__all__ = ["apply_rotary"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu118-x86_64-linux/rotary/_ops.py
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
import torch
|
2 |
-
from . import _rotary_6b8e81d
|
3 |
-
ops = torch.ops._rotary_6b8e81d
|
4 |
-
|
5 |
-
def add_op_namespace_prefix(op_name: str):
|
6 |
-
"""
|
7 |
-
Prefix op by namespace.
|
8 |
-
"""
|
9 |
-
return f"_rotary_6b8e81d::{op_name}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu121-x86_64-linux/rotary/__init__.py
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
from typing import Tuple
|
2 |
-
import torch
|
3 |
-
|
4 |
-
from ._ops import ops
|
5 |
-
|
6 |
-
|
7 |
-
def apply_rotary(
|
8 |
-
x1: torch.Tensor,
|
9 |
-
x2: torch.Tensor,
|
10 |
-
cos: torch.Tensor,
|
11 |
-
sin: torch.Tensor,
|
12 |
-
out1: torch.Tensor,
|
13 |
-
out2: torch.Tensor,
|
14 |
-
conj: bool,
|
15 |
-
):
|
16 |
-
ops.apply_rotary(x1, x2, cos, sin, out1, out2, conj)
|
17 |
-
|
18 |
-
|
19 |
-
__all__ = ["apply_rotary"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu121-x86_64-linux/rotary/_ops.py
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
import torch
|
2 |
-
from . import _rotary_6b8e81d
|
3 |
-
ops = torch.ops._rotary_6b8e81d
|
4 |
-
|
5 |
-
def add_op_namespace_prefix(op_name: str):
|
6 |
-
"""
|
7 |
-
Prefix op by namespace.
|
8 |
-
"""
|
9 |
-
return f"_rotary_6b8e81d::{op_name}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu121-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:42f4ccd806d0663e9b439d01620528cd272394ca58281f6e6c97f05ed8ddda24
|
3 |
-
size 4340816
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu124-x86_64-linux/rotary/__init__.py
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
from typing import Tuple
|
2 |
-
import torch
|
3 |
-
|
4 |
-
from ._ops import ops
|
5 |
-
|
6 |
-
|
7 |
-
def apply_rotary(
|
8 |
-
x1: torch.Tensor,
|
9 |
-
x2: torch.Tensor,
|
10 |
-
cos: torch.Tensor,
|
11 |
-
sin: torch.Tensor,
|
12 |
-
out1: torch.Tensor,
|
13 |
-
out2: torch.Tensor,
|
14 |
-
conj: bool,
|
15 |
-
):
|
16 |
-
ops.apply_rotary(x1, x2, cos, sin, out1, out2, conj)
|
17 |
-
|
18 |
-
|
19 |
-
__all__ = ["apply_rotary"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu124-x86_64-linux/rotary/_ops.py
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
import torch
|
2 |
-
from . import _rotary_6b8e81d
|
3 |
-
ops = torch.ops._rotary_6b8e81d
|
4 |
-
|
5 |
-
def add_op_namespace_prefix(op_name: str):
|
6 |
-
"""
|
7 |
-
Prefix op by namespace.
|
8 |
-
"""
|
9 |
-
return f"_rotary_6b8e81d::{op_name}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu124-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:4bcd1449d7d1e21bea7fe77bfc17e561cdba37bf84a39d4e6d399002cf484198
|
3 |
-
size 4415272
|
|
|
|
|
|
|
|
build/{torch25-cxx11-cu118-x86_64-linux → torch28-cxx11-cu126-aarch64-linux}/rotary/__init__.py
RENAMED
File without changes
|
build/torch28-cxx11-cu126-aarch64-linux/rotary/__pycache__/__init__.cpython-313.pyc
ADDED
Binary file (813 Bytes). View file
|
|
build/torch28-cxx11-cu126-aarch64-linux/rotary/__pycache__/_ops.cpython-313.pyc
ADDED
Binary file (527 Bytes). View file
|
|
build/{torch25-cxx11-cu118-x86_64-linux → torch28-cxx11-cu126-aarch64-linux}/rotary/_ops.py
RENAMED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _rotary_005dcc7_dirty
|
3 |
+
ops = torch.ops._rotary_005dcc7_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_rotary_005dcc7_dirty::{op_name}"
|
build/{torch25-cxx11-cu124-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so → torch28-cxx11-cu126-aarch64-linux/rotary/_rotary_005dcc7_dirty.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50a66e336456fb3e5ad528a8e6eef13f2d6ed8289936fb99445bd45a53172750
|
3 |
+
size 6380008
|
build/{torch25-cxx11-cu121-x86_64-linux → torch28-cxx11-cu128-aarch64-linux}/rotary/__init__.py
RENAMED
File without changes
|
build/torch28-cxx11-cu128-aarch64-linux/rotary/__pycache__/__init__.cpython-313.pyc
ADDED
Binary file (813 Bytes). View file
|
|
build/torch28-cxx11-cu128-aarch64-linux/rotary/__pycache__/_ops.cpython-313.pyc
ADDED
Binary file (527 Bytes). View file
|
|
build/{torch25-cxx11-cu124-x86_64-linux → torch28-cxx11-cu128-aarch64-linux}/rotary/_ops.py
RENAMED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _rotary_005dcc7_dirty
|
3 |
+
ops = torch.ops._rotary_005dcc7_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_rotary_005dcc7_dirty::{op_name}"
|
build/{torch25-cxx11-cu118-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so → torch28-cxx11-cu128-aarch64-linux/rotary/_rotary_005dcc7_dirty.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1789291b4f77fa26b1ed011d3dc768265cff6fe38bad6559a277c6eddabe7f4a
|
3 |
+
size 10247136
|
build/{torch25-cxx11-cu124-x86_64-linux → torch28-cxx11-cu129-aarch64-linux}/rotary/__init__.py
RENAMED
File without changes
|
build/torch28-cxx11-cu129-aarch64-linux/rotary/__pycache__/__init__.cpython-313.pyc
ADDED
Binary file (813 Bytes). View file
|
|
build/torch28-cxx11-cu129-aarch64-linux/rotary/__pycache__/_ops.cpython-313.pyc
ADDED
Binary file (527 Bytes). View file
|
|
build/{torch25-cxx11-cu121-x86_64-linux → torch28-cxx11-cu129-aarch64-linux}/rotary/_ops.py
RENAMED
@@ -1,9 +1,9 @@
|
|
1 |
import torch
|
2 |
-
from . import
|
3 |
-
ops = torch.ops.
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
-
return f"
|
|
|
1 |
import torch
|
2 |
+
from . import _rotary_005dcc7_dirty
|
3 |
+
ops = torch.ops._rotary_005dcc7_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_rotary_005dcc7_dirty::{op_name}"
|
build/{torch25-cxx98-cu118-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so → torch28-cxx11-cu129-aarch64-linux/rotary/_rotary_005dcc7_dirty.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5a26203ea0ac258ed5bd9d92380d92b5ce5258bcd2f2a148f103e979f7259c4
|
3 |
+
size 10312488
|