Build
Browse files- build/torch25-cxx11-cu118-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch25-cxx11-cu118-x86_64-linux/paged_attention/{_paged_attention_3f98f45.abi3.so → _paged_attention_daf6221.abi3.so} +2 -2
- build/torch25-cxx11-cu121-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch25-cxx11-cu121-x86_64-linux/paged_attention/{_paged_attention_3f98f45.abi3.so → _paged_attention_daf6221.abi3.so} +2 -2
- build/torch25-cxx11-cu124-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch25-cxx11-cu124-x86_64-linux/paged_attention/{_paged_attention_3f98f45.abi3.so → _paged_attention_daf6221.abi3.so} +2 -2
- build/torch25-cxx98-cu118-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch25-cxx98-cu118-x86_64-linux/paged_attention/{_paged_attention_3f98f45.abi3.so → _paged_attention_daf6221.abi3.so} +2 -2
- build/torch25-cxx98-cu121-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch25-cxx98-cu121-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so +0 -3
- build/torch25-cxx98-cu121-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so +3 -0
- build/torch25-cxx98-cu124-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch25-cxx98-cu124-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so +0 -3
- build/torch25-cxx98-cu124-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so +3 -0
- build/torch26-cxx11-cu118-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch26-cxx11-cu118-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so +0 -3
- build/torch26-cxx11-cu118-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so +3 -0
- build/torch26-cxx11-cu124-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch26-cxx11-cu124-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so +0 -3
- build/torch26-cxx11-cu124-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so +3 -0
- build/torch26-cxx11-cu126-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch26-cxx11-cu126-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so +0 -3
- build/torch26-cxx11-cu126-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so +3 -0
- build/torch26-cxx98-cu118-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch26-cxx98-cu118-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so +0 -3
- build/torch26-cxx98-cu118-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so +3 -0
- build/torch26-cxx98-cu124-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch26-cxx98-cu124-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so +0 -3
- build/torch26-cxx98-cu124-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so +3 -0
- build/torch26-cxx98-cu126-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch26-cxx98-cu126-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so +0 -3
- build/torch26-cxx98-cu126-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so +3 -0
- build/torch27-cxx11-cu118-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch27-cxx11-cu118-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so +0 -3
- build/torch27-cxx11-cu118-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so +3 -0
- build/torch27-cxx11-cu126-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch27-cxx11-cu126-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so +0 -3
- build/torch27-cxx11-cu126-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so +3 -0
- build/torch27-cxx11-cu128-x86_64-linux/paged_attention/_ops.py +3 -3
- build/torch27-cxx11-cu128-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so +0 -3
- build/torch27-cxx11-cu128-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so +3 -0
build/torch25-cxx11-cu118-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch25-cxx11-cu118-x86_64-linux/paged_attention/{_paged_attention_3f98f45.abi3.so → _paged_attention_daf6221.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:353c8fd8c18d99439153c6db3dc20b5f1834d6a6ba64e9d8f9a03cc5c196d2c2
|
3 |
+
size 91244024
|
build/torch25-cxx11-cu121-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch25-cxx11-cu121-x86_64-linux/paged_attention/{_paged_attention_3f98f45.abi3.so → _paged_attention_daf6221.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:2156391e81ab2d76386131056f595c50c00f0d68c2427ab0872a457385f3c804
|
3 |
+
size 87948952
|
build/torch25-cxx11-cu124-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch25-cxx11-cu124-x86_64-linux/paged_attention/{_paged_attention_3f98f45.abi3.so → _paged_attention_daf6221.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:d7ddfc4079b69c3e62274797778d5083c0ebbcc9c8d91a13da296d07ea2b4f2e
|
3 |
+
size 88057032
|
build/torch25-cxx98-cu118-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch25-cxx98-cu118-x86_64-linux/paged_attention/{_paged_attention_3f98f45.abi3.so → _paged_attention_daf6221.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:7b0e57dbf9dbee157784cd0f2ba48bef1f5f33210a9ae13d911d0d8e0e5f0ae1
|
3 |
+
size 91208240
|
build/torch25-cxx98-cu121-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch25-cxx98-cu121-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b47eba5238c63d09fac59c92e9b1aeef312431bb564584581c886909939ca8fe
|
3 |
-
size 75568112
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu121-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:684a1670bd113fee852580728961adcc53b7adb8e563aa672df223e7bff0c9a6
|
3 |
+
size 87913456
|
build/torch25-cxx98-cu124-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch25-cxx98-cu124-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:66eb0cf58ebc21d6d891f4e8d4110356637da11ee67bc44c5c13dbe51b899d86
|
3 |
-
size 75680368
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu124-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4fb3e5dd163dfce3d3032ff1969be0e96eff1568312935c8747beb402d6a2fd
|
3 |
+
size 88021624
|
build/torch26-cxx11-cu118-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch26-cxx11-cu118-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e282633809c70c82c4e8d0ae49e8cae00895c85b395020613f3c680c78f2564c
|
3 |
-
size 74720936
|
|
|
|
|
|
|
|
build/torch26-cxx11-cu118-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14b647a190ade84ab061629eb9cfbf7bf104e653c6389609e85e92fa359a828e
|
3 |
+
size 91219624
|
build/torch26-cxx11-cu124-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch26-cxx11-cu124-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:71a7ede7838b1553f55d31d774d17b191a8b356a73dc301fed2d7ee6a7b2f958
|
3 |
-
size 75699568
|
|
|
|
|
|
|
|
build/torch26-cxx11-cu124-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7faf4c16cf3cae3d4feead6195ece3f0865e602df4b04804e075697b72d5afa
|
3 |
+
size 88040824
|
build/torch26-cxx11-cu126-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch26-cxx11-cu126-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8c7378feedfcb5f06670181daa012c6a3b132e782001c8585b2f87b81a23af3b
|
3 |
-
size 75511808
|
|
|
|
|
|
|
|
build/torch26-cxx11-cu126-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6b6d748077a864b5f3a9b5973cf453d00a685b70654b5a40630891a86d19230
|
3 |
+
size 87803904
|
build/torch26-cxx98-cu118-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch26-cxx98-cu118-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:830d8598ef8763147a52026cd90e1459aa7148848f92b0394c586499a31e459c
|
3 |
-
size 74689576
|
|
|
|
|
|
|
|
build/torch26-cxx98-cu118-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f36fdfd9ba38856a37aa65cec932052a83dbc6b194d1430333ba07144e3b1552
|
3 |
+
size 91192360
|
build/torch26-cxx98-cu124-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch26-cxx98-cu124-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e856295a3aa93cd50c3993b8f95d40f6cded7e7a8779ab2311a791dca11c3048
|
3 |
-
size 75668536
|
|
|
|
|
|
|
|
build/torch26-cxx98-cu124-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ad4d0b58ba16d3d29bf036d39141cd88e734044d2a74bfdc220fac232763e17
|
3 |
+
size 88009784
|
build/torch26-cxx98-cu126-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch26-cxx98-cu126-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8067e002cdbf38761190b8b7c537bb7e3998e894e561f93659f9b6abf8c67e87
|
3 |
-
size 75476672
|
|
|
|
|
|
|
|
build/torch26-cxx98-cu126-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f805235d5c7b25e4f942c86aec3d32424172e447c0773c5216d0e2e7226f8eac
|
3 |
+
size 87768776
|
build/torch27-cxx11-cu118-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch27-cxx11-cu118-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9b3b32aff41cc73a1fb7f13b282619a2c3021b1c3f3d07820e16312c16b3448b
|
3 |
-
size 74721064
|
|
|
|
|
|
|
|
build/torch27-cxx11-cu118-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2ddccf6fced71b8079bb8e9a6e12f063294110fa86585bed759e65f4717c1da
|
3 |
+
size 91219752
|
build/torch27-cxx11-cu126-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch27-cxx11-cu126-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7fb90e23857b2715b4943627f654db6bcae36df7b90a9ed483e44d07c3406ac9
|
3 |
-
size 75511840
|
|
|
|
|
|
|
|
build/torch27-cxx11-cu126-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51a28a082905ac540fb6bb9ffeddb9786b92316150467b850aee02ae7db4efa2
|
3 |
+
size 87803936
|
build/torch27-cxx11-cu128-x86_64-linux/paged_attention/_ops.py
CHANGED
@@ -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 _paged_attention_daf6221
|
3 |
+
ops = torch.ops._paged_attention_daf6221
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_paged_attention_daf6221::{op_name}"
|
build/torch27-cxx11-cu128-x86_64-linux/paged_attention/_paged_attention_3f98f45.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2e817612c94b6d71b37de7897d248a5bc0e5625a13f0b3b76a4074ed70e96c96
|
3 |
-
size 84159696
|
|
|
|
|
|
|
|
build/torch27-cxx11-cu128-x86_64-linux/paged_attention/_paged_attention_daf6221.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e24aefa6e49127a36361514b5349572a8bf1c48803892e0dd9fcd9bfd8808f77
|
3 |
+
size 119418080
|