kernel
danieldk HF Staff commited on
Commit
74b8263
·
1 Parent(s): 005dcc7

Build (aarch64-linux)

Browse files

Also remove old Torch 2.5 builds.

Files changed (24) hide show
  1. build/torch25-cxx11-cu121-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so +0 -3
  2. build/torch25-cxx98-cu118-x86_64-linux/rotary/__init__.py +0 -19
  3. build/torch25-cxx98-cu118-x86_64-linux/rotary/_ops.py +0 -9
  4. build/torch25-cxx98-cu121-x86_64-linux/rotary/__init__.py +0 -19
  5. build/torch25-cxx98-cu121-x86_64-linux/rotary/_ops.py +0 -9
  6. build/torch25-cxx98-cu121-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so +0 -3
  7. build/torch25-cxx98-cu124-x86_64-linux/rotary/__init__.py +0 -19
  8. build/torch25-cxx98-cu124-x86_64-linux/rotary/_ops.py +0 -9
  9. build/torch25-cxx98-cu124-x86_64-linux/rotary/_rotary_6b8e81d.abi3.so +0 -3
  10. build/{torch25-cxx11-cu118-x86_64-linux → torch28-cxx11-cu126-aarch64-linux}/rotary/__init__.py +0 -0
  11. build/torch28-cxx11-cu126-aarch64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
  12. build/torch28-cxx11-cu126-aarch64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
  13. build/{torch25-cxx11-cu118-x86_64-linux → torch28-cxx11-cu126-aarch64-linux}/rotary/_ops.py +3 -3
  14. 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
  15. build/{torch25-cxx11-cu121-x86_64-linux → torch28-cxx11-cu128-aarch64-linux}/rotary/__init__.py +0 -0
  16. build/torch28-cxx11-cu128-aarch64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
  17. build/torch28-cxx11-cu128-aarch64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
  18. build/{torch25-cxx11-cu124-x86_64-linux → torch28-cxx11-cu128-aarch64-linux}/rotary/_ops.py +3 -3
  19. 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
  20. build/{torch25-cxx11-cu124-x86_64-linux → torch28-cxx11-cu129-aarch64-linux}/rotary/__init__.py +0 -0
  21. build/torch28-cxx11-cu129-aarch64-linux/rotary/__pycache__/__init__.cpython-313.pyc +0 -0
  22. build/torch28-cxx11-cu129-aarch64-linux/rotary/__pycache__/_ops.cpython-313.pyc +0 -0
  23. build/{torch25-cxx11-cu121-x86_64-linux → torch28-cxx11-cu129-aarch64-linux}/rotary/_ops.py +3 -3
  24. 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 _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}"
 
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:c9576c4f77ae51ec6f07d12e4f7864126954f6f2d75043c1bf9424b61c893adc
3
- size 4422784
 
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 _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}"
 
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:0782ac3a37b450aa41dbb44a67bc430b11306c72ebc2b10b830c1b7ccaab7ed9
3
- size 4378984
 
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 _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}"
 
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:14f9470959228b9131dd4acb7f399420809aecd01a48aea3fe1c7fba091bd58f
3
- size 4371408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5a26203ea0ac258ed5bd9d92380d92b5ce5258bcd2f2a148f103e979f7259c4
3
+ size 10312488