drbh commited on
Commit ·
9031db0
1
Parent(s): dca9666
feat: bump build
Browse files- build/torch25-cxx11-cu118-x86_64-linux/mel_spectrogram/{_mel_spectrogram_416aa36_dirty.abi3.so → _mel_spectrogram_dca9666_dirty.abi3.so} +2 -2
- build/torch25-cxx11-cu118-x86_64-linux/mel_spectrogram/_ops.py +3 -3
- build/torch25-cxx11-cu121-x86_64-linux/mel_spectrogram/{_mel_spectrogram_416aa36_dirty.abi3.so → _mel_spectrogram_dca9666_dirty.abi3.so} +2 -2
- build/torch25-cxx11-cu121-x86_64-linux/mel_spectrogram/_ops.py +3 -3
- build/torch25-cxx11-cu124-x86_64-linux/mel_spectrogram/{_mel_spectrogram_416aa36_dirty.abi3.so → _mel_spectrogram_dca9666_dirty.abi3.so} +2 -2
- build/torch25-cxx11-cu124-x86_64-linux/mel_spectrogram/_ops.py +3 -3
- build/torch25-cxx98-cu118-x86_64-linux/mel_spectrogram/{_mel_spectrogram_416aa36_dirty.abi3.so → _mel_spectrogram_dca9666_dirty.abi3.so} +2 -2
- build/torch25-cxx98-cu118-x86_64-linux/mel_spectrogram/_ops.py +3 -3
- build/torch25-cxx98-cu121-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so +0 -3
- build/torch25-cxx98-cu121-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so +3 -0
- build/torch25-cxx98-cu121-x86_64-linux/mel_spectrogram/_ops.py +3 -3
- build/torch25-cxx98-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so +0 -3
- build/torch25-cxx98-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so +3 -0
- build/torch25-cxx98-cu124-x86_64-linux/mel_spectrogram/_ops.py +3 -3
- build/torch26-cxx11-cu118-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so +0 -3
- build/torch26-cxx11-cu118-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so +3 -0
- build/torch26-cxx11-cu118-x86_64-linux/mel_spectrogram/_ops.py +3 -3
- build/torch26-cxx11-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so +0 -3
- build/torch26-cxx11-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so +3 -0
- build/torch26-cxx11-cu124-x86_64-linux/mel_spectrogram/_ops.py +3 -3
- build/torch26-cxx11-cu126-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so +0 -3
- build/torch26-cxx11-cu126-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so +3 -0
- build/torch26-cxx11-cu126-x86_64-linux/mel_spectrogram/_ops.py +3 -3
- build/torch26-cxx98-cu118-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so +0 -3
- build/torch26-cxx98-cu118-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so +3 -0
- build/torch26-cxx98-cu118-x86_64-linux/mel_spectrogram/_ops.py +3 -3
- build/torch26-cxx98-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so +0 -3
- build/torch26-cxx98-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so +3 -0
- build/torch26-cxx98-cu124-x86_64-linux/mel_spectrogram/_ops.py +3 -3
- build/torch26-cxx98-cu126-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so +0 -3
- build/torch26-cxx98-cu126-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so +3 -0
- build/torch26-cxx98-cu126-x86_64-linux/mel_spectrogram/_ops.py +3 -3
build/torch25-cxx11-cu118-x86_64-linux/mel_spectrogram/{_mel_spectrogram_416aa36_dirty.abi3.so → _mel_spectrogram_dca9666_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:730ca80598d18b9c7307d9e3c7c633863ad9eae451e95432d7c93f5ae9125f12
|
| 3 |
+
size 2015624
|
build/torch25-cxx11-cu118-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|
build/torch25-cxx11-cu121-x86_64-linux/mel_spectrogram/{_mel_spectrogram_416aa36_dirty.abi3.so → _mel_spectrogram_dca9666_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:c09d9a9830de5675f3ed065b1c4d29671d0faaaae2ce547418180fa836e8520a
|
| 3 |
+
size 2038456
|
build/torch25-cxx11-cu121-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|
build/torch25-cxx11-cu124-x86_64-linux/mel_spectrogram/{_mel_spectrogram_416aa36_dirty.abi3.so → _mel_spectrogram_dca9666_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:94a004876e8d0f2437a7c16fd304cbac2ac50c50e59025b7e84d22a018aa9963
|
| 3 |
+
size 2056552
|
build/torch25-cxx11-cu124-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|
build/torch25-cxx98-cu118-x86_64-linux/mel_spectrogram/{_mel_spectrogram_416aa36_dirty.abi3.so → _mel_spectrogram_dca9666_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:6d76c88d53413e7a82165065803ffa3406d2d324fb883dc6dfc860154d601854
|
| 3 |
+
size 2008272
|
build/torch25-cxx98-cu118-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|
build/torch25-cxx98-cu121-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8d40e113aafc7e43b2242a38ca52f107c84a16c585b33204450cb1064e3bdf70
|
| 3 |
-
size 2027008
|
|
|
|
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu121-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e97bda10c7a002c8a6ad59b86645c2ea1ba97e1634ef65a28c9b98cd66f66389
|
| 3 |
+
size 2039424
|
build/torch25-cxx98-cu121-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|
build/torch25-cxx98-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:db5fa0b82da17d5c8237966f5542dbcc825218e77a964c49dc5b4780bdaced65
|
| 3 |
-
size 2041008
|
|
|
|
|
|
|
|
|
|
|
|
build/torch25-cxx98-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:159cfdde6f94c4ef10d58ab32801b9cdd50ef4c086a4718509fdbb68daf96648
|
| 3 |
+
size 2053424
|
build/torch25-cxx98-cu124-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|
build/torch26-cxx11-cu118-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8a1af5b4f3e740572b482b1ea01f9fb2cf8e7db515f3d2ce581007a06fc93f0f
|
| 3 |
-
size 2007520
|
|
|
|
|
|
|
|
|
|
|
|
build/torch26-cxx11-cu118-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c847cc99de7334bcf77c25eb773f3b74ca411bde1223dea239f16c337d84708
|
| 3 |
+
size 2019944
|
build/torch26-cxx11-cu118-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|
build/torch26-cxx11-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f5ad6b6f769072c8561976db42082f59e843f26d6b18423a82f0870635687954
|
| 3 |
-
size 2044352
|
|
|
|
|
|
|
|
|
|
|
|
build/torch26-cxx11-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd5a99a1533a36fdbb1ac53d96740ed9e293791f19c7ac9999461aa8a7ac919b
|
| 3 |
+
size 2056768
|
build/torch26-cxx11-cu124-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|
build/torch26-cxx11-cu126-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:06dbba0a5396c446dac145cb3a83dd2f6554a21b72b30d999aee624a238bbc0e
|
| 3 |
-
size 2048888
|
|
|
|
|
|
|
|
|
|
|
|
build/torch26-cxx11-cu126-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c63865efce0b1e1642b7d0060ad1a19c75544bb88588640218b6a6038552fa3
|
| 3 |
+
size 2065408
|
build/torch26-cxx11-cu126-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|
build/torch26-cxx98-cu118-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c9c7e2a11a43663a018f306588d9df399b7731fc19ea60fbab8109b2e74e941f
|
| 3 |
-
size 2000216
|
|
|
|
|
|
|
|
|
|
|
|
build/torch26-cxx98-cu118-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46618f645ebabb4bc5d355760f56522678ea5b8a076ad0e0d2937ed69b0e26fe
|
| 3 |
+
size 2008536
|
build/torch26-cxx98-cu118-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|
build/torch26-cxx98-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c6c81bf7c9d6c4b2c1464eb2fd41d45386b10a40901df0bf7e5ab017607dd437
|
| 3 |
-
size 2041224
|
|
|
|
|
|
|
|
|
|
|
|
build/torch26-cxx98-cu124-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf65f3ca1dd9ce3cfcf63ffeead5fbfa8440198ffef9b1045e9aa355cb216f34
|
| 3 |
+
size 2053640
|
build/torch26-cxx98-cu124-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|
build/torch26-cxx98-cu126-x86_64-linux/mel_spectrogram/_mel_spectrogram_416aa36_dirty.abi3.so
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:93cf4418ab00c65ab7c666a341723cf06fcd454175a6739ee069b90ce694cb1d
|
| 3 |
-
size 2045760
|
|
|
|
|
|
|
|
|
|
|
|
build/torch26-cxx98-cu126-x86_64-linux/mel_spectrogram/_mel_spectrogram_dca9666_dirty.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7c936fd8911f2798c37230a043c3722592627205374e41f5087b28b4589bc8e
|
| 3 |
+
size 2058184
|
build/torch26-cxx98-cu126-x86_64-linux/mel_spectrogram/_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 _mel_spectrogram_dca9666_dirty
|
| 3 |
+
ops = torch.ops._mel_spectrogram_dca9666_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mel_spectrogram_dca9666_dirty::{op_name}"
|