Instructions to use kernels-community/adam-atan2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/adam-atan2 with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/adam-atan2") - Notebooks
- Google Colab
- Kaggle
drbh commited on
Commit ·
2c2dcc7
1
Parent(s): b793fab
fix: bump py files
Browse files- build/torch26-cxx11-cu118-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch26-cxx11-cu124-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch26-cxx11-cu126-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch26-cxx98-cu118-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch26-cxx98-cu124-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch26-cxx98-cu126-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch27-cxx11-cu118-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch27-cxx11-cu126-x86_64-linux/adam_atan2/_ops.py +3 -3
- build/torch27-cxx11-cu128-x86_64-linux/adam_atan2/_ops.py +3 -3
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_0709eaa
|
| 3 |
+
ops = torch.ops._adam_atan2_0709eaa
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_adam_atan2_0709eaa::{op_name}"
|
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_0709eaa
|
| 3 |
+
ops = torch.ops._adam_atan2_0709eaa
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_adam_atan2_0709eaa::{op_name}"
|
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_0709eaa
|
| 3 |
+
ops = torch.ops._adam_atan2_0709eaa
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_adam_atan2_0709eaa::{op_name}"
|
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_0709eaa
|
| 3 |
+
ops = torch.ops._adam_atan2_0709eaa
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_adam_atan2_0709eaa::{op_name}"
|
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_0709eaa
|
| 3 |
+
ops = torch.ops._adam_atan2_0709eaa
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_adam_atan2_0709eaa::{op_name}"
|
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_0709eaa
|
| 3 |
+
ops = torch.ops._adam_atan2_0709eaa
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_adam_atan2_0709eaa::{op_name}"
|
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_0709eaa
|
| 3 |
+
ops = torch.ops._adam_atan2_0709eaa
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_adam_atan2_0709eaa::{op_name}"
|
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_0709eaa
|
| 3 |
+
ops = torch.ops._adam_atan2_0709eaa
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_adam_atan2_0709eaa::{op_name}"
|
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_0709eaa
|
| 3 |
+
ops = torch.ops._adam_atan2_0709eaa
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_adam_atan2_0709eaa::{op_name}"
|