danieldk HF Staff commited on
Commit
445f7c4
·
verified ·
1 Parent(s): c3edf9c

Build uploaded using `kernels`.

Browse files
.gitattributes CHANGED
@@ -258,3 +258,4 @@ build/torch29-cxx11-cpu-aarch64-linux/_relu_cpu_6261c06.abi3.so filter=lfs diff=
258
  build/torch29-cxx11-cu126-aarch64-linux/_relu_cuda_6261c06.abi3.so filter=lfs diff=lfs merge=lfs -text
259
  build/torch29-cxx11-cu128-aarch64-linux/_relu_cuda_6261c06.abi3.so filter=lfs diff=lfs merge=lfs -text
260
  build/torch29-cxx11-cu130-aarch64-linux/_relu_cuda_6261c06.abi3.so filter=lfs diff=lfs merge=lfs -text
 
 
258
  build/torch29-cxx11-cu126-aarch64-linux/_relu_cuda_6261c06.abi3.so filter=lfs diff=lfs merge=lfs -text
259
  build/torch29-cxx11-cu128-aarch64-linux/_relu_cuda_6261c06.abi3.so filter=lfs diff=lfs merge=lfs -text
260
  build/torch29-cxx11-cu130-aarch64-linux/_relu_cuda_6261c06.abi3.so filter=lfs diff=lfs merge=lfs -text
261
+ build/torch210-cu128-x86_64-windows/_relu_cuda_657300a.pyd filter=lfs diff=lfs merge=lfs -text
build/torch210-cu128-x86_64-windows/_ops.py CHANGED
@@ -1,9 +1,9 @@
1
  import torch
2
- from . import _relu_cuda_d91a431
3
- ops = torch.ops._relu_cuda_d91a431
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
- return f"_relu_cuda_d91a431::{op_name}"
 
1
  import torch
2
+ from . import _relu_cuda_657300a
3
+ ops = torch.ops._relu_cuda_657300a
4
 
5
  def add_op_namespace_prefix(op_name: str):
6
  """
7
  Prefix op by namespace.
8
  """
9
+ return f"_relu_cuda_657300a::{op_name}"
build/torch210-cu128-x86_64-windows/{_relu_cuda_d91a431.pyd → _relu_cuda_657300a.pyd} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42e4aa1d3dae501aba640485443e482bcd438840a990ecba5b484668b4910057
3
  size 203264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58c91523a9e180cf45614f8b76aff14ac76ae11b262768c8636962c41f110228
3
  size 203264
build/torch210-cu128-x86_64-windows/metadata.json CHANGED
@@ -1,4 +1,21 @@
1
- {
2
- "version": 1,
3
- "python-depends": []
4
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 1,
3
+ "license": "Apache-2.0",
4
+ "python-depends": [],
5
+ "backend": {
6
+ "type": "cuda",
7
+ "archs": [
8
+ "10.0",
9
+ "10.1",
10
+ "12.0+PTX",
11
+ "7.0",
12
+ "7.2",
13
+ "7.5",
14
+ "8.0",
15
+ "8.6",
16
+ "8.7",
17
+ "8.9",
18
+ "9.0"
19
+ ]
20
+ }
21
+ }