drbh
commited on
Commit
Β·
7e7abea
1
Parent(s):
3683745
fix: bump build for fixes
Browse files- build/torch26-cxx11-cu118-x86_64-linux/adam_atan2/{_adam_atan2_0709eaa.abi3.so β _adam_atan2_3683745_dirty.abi3.so} +2 -2
- build/torch26-cxx11-cu118-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch26-cxx11-cu124-x86_64-linux/adam_atan2/{_adam_atan2_0709eaa.abi3.so β _adam_atan2_3683745_dirty.abi3.so} +2 -2
- build/torch26-cxx11-cu124-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/{torch27-cxx11-cu126-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so β torch26-cxx11-cu126-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so} +1 -1
- build/torch26-cxx11-cu126-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/{torch26-cxx11-cu126-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so β torch26-cxx98-cu118-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so} +2 -2
- build/torch26-cxx98-cu118-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch26-cxx98-cu124-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so +0 -3
- build/{torch26-cxx98-cu118-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so β torch26-cxx98-cu124-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so} +2 -2
- build/torch26-cxx98-cu124-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch26-cxx98-cu126-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so +0 -3
- build/torch26-cxx98-cu126-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so +3 -0
- build/torch26-cxx98-cu126-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch27-cxx11-cu118-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so +0 -3
- build/torch27-cxx11-cu118-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so +3 -0
- build/torch27-cxx11-cu118-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch27-cxx11-cu126-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so +3 -0
- build/torch27-cxx11-cu126-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch27-cxx11-cu128-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so +0 -3
- build/torch27-cxx11-cu128-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so +3 -0
- build/torch27-cxx11-cu128-x86_64-linux/adam_atan2/_ops.py +3 -3
build/torch26-cxx11-cu118-x86_64-linux/adam_atan2/{_adam_atan2_0709eaa.abi3.so β _adam_atan2_3683745_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:b3ad2d951a1883502cd666658d29fb4aaf0d36e0d3274021b21e636323cc684d
|
3 |
+
size 2900376
|
build/torch26-cxx11-cu118-x86_64-linux/adam_atan2/_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 _adam_atan2_3683745_dirty
|
3 |
+
ops = torch.ops._adam_atan2_3683745_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_adam_atan2_3683745_dirty::{op_name}"
|
build/torch26-cxx11-cu124-x86_64-linux/adam_atan2/{_adam_atan2_0709eaa.abi3.so β _adam_atan2_3683745_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:f59fc9f99a0f9e783d820459be822954178f70bc586e46d40fa61c2b9be98eaf
|
3 |
+
size 2929080
|
build/torch26-cxx11-cu124-x86_64-linux/adam_atan2/_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 _adam_atan2_3683745_dirty
|
3 |
+
ops = torch.ops._adam_atan2_3683745_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_adam_atan2_3683745_dirty::{op_name}"
|
build/{torch27-cxx11-cu126-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so β torch26-cxx11-cu126-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2933616
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:734b3b4b6528fb99cc4b8ff9b8121eaa90eb5cbd5e85f561a5402d05175c888a
|
3 |
size 2933616
|
build/torch26-cxx11-cu126-x86_64-linux/adam_atan2/_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 _adam_atan2_3683745_dirty
|
3 |
+
ops = torch.ops._adam_atan2_3683745_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_adam_atan2_3683745_dirty::{op_name}"
|
build/{torch26-cxx11-cu126-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so β torch26-cxx98-cu118-x86_64-linux/adam_atan2/_adam_atan2_3683745_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:85339f7338599273376726d83556fd2fce0117fe5e85db297026d63f03b6b925
|
3 |
+
size 2897536
|
build/torch26-cxx98-cu118-x86_64-linux/adam_atan2/_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 _adam_atan2_3683745_dirty
|
3 |
+
ops = torch.ops._adam_atan2_3683745_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_adam_atan2_3683745_dirty::{op_name}"
|
build/torch26-cxx98-cu124-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1046159ec90dd4e896a0dd0bc795d5924896ecb73366c19ad56d7e7c8db7668f
|
3 |
-
size 2922152
|
|
|
|
|
|
|
|
build/{torch26-cxx98-cu118-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so β torch26-cxx98-cu124-x86_64-linux/adam_atan2/_adam_atan2_3683745_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:baef08aaa74e75600798c8f4a436972a610a2f92dfe7d45c1a9383f13631601a
|
3 |
+
size 2922184
|
build/torch26-cxx98-cu124-x86_64-linux/adam_atan2/_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 _adam_atan2_3683745_dirty
|
3 |
+
ops = torch.ops._adam_atan2_3683745_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_adam_atan2_3683745_dirty::{op_name}"
|
build/torch26-cxx98-cu126-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f8388be1ffbc3a01273f1942d9fb08caf41d1a406efceef1f2ff9c19c8f75923
|
3 |
-
size 2926688
|
|
|
|
|
|
|
|
build/torch26-cxx98-cu126-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:925a40b426fe59303a3c8ba277bdfa28cd84b823c1ddcf2cbfb9b3b055806d87
|
3 |
+
size 2926712
|
build/torch26-cxx98-cu126-x86_64-linux/adam_atan2/_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 _adam_atan2_3683745_dirty
|
3 |
+
ops = torch.ops._adam_atan2_3683745_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_adam_atan2_3683745_dirty::{op_name}"
|
build/torch27-cxx11-cu118-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:455bb4f615a3227e1c7a1fd88da1202de11653d6a553fa7b15cee11d5938cd1a
|
3 |
-
size 2900448
|
|
|
|
|
|
|
|
build/torch27-cxx11-cu118-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8452818541afe3abd6c4cf4cec8b6e3e47a5e4049a2151bf0ad11716885af81
|
3 |
+
size 2900472
|
build/torch27-cxx11-cu118-x86_64-linux/adam_atan2/_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 _adam_atan2_3683745_dirty
|
3 |
+
ops = torch.ops._adam_atan2_3683745_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_adam_atan2_3683745_dirty::{op_name}"
|
build/torch27-cxx11-cu126-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8eff81e85f3eec7d41c7687f29232c131a6d844ab624480aa951c8c0a545822a
|
3 |
+
size 2933648
|
build/torch27-cxx11-cu126-x86_64-linux/adam_atan2/_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 _adam_atan2_3683745_dirty
|
3 |
+
ops = torch.ops._adam_atan2_3683745_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_adam_atan2_3683745_dirty::{op_name}"
|
build/torch27-cxx11-cu128-x86_64-linux/adam_atan2/_adam_atan2_0709eaa.abi3.so
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2b6d4c3c3f3c27aaaef59a3f0aeb9a55a9fb7f14d8f56452829d2fc543e3de00
|
3 |
-
size 3688960
|
|
|
|
|
|
|
|
build/torch27-cxx11-cu128-x86_64-linux/adam_atan2/_adam_atan2_3683745_dirty.abi3.so
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa77e4ac8ba5fa6a9a43e8de1321b6f8aed5b78c102cc8abfad4ac679fc58a7d
|
3 |
+
size 3688992
|
build/torch27-cxx11-cu128-x86_64-linux/adam_atan2/_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 _adam_atan2_3683745_dirty
|
3 |
+
ops = torch.ops._adam_atan2_3683745_dirty
|
4 |
|
5 |
def add_op_namespace_prefix(op_name: str):
|
6 |
"""
|
7 |
Prefix op by namespace.
|
8 |
"""
|
9 |
+
return f"_adam_atan2_3683745_dirty::{op_name}"
|