Skip to content

Commit d694f32

Browse files
committed
up
1 parent 2ccc929 commit d694f32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

torchao/experimental/op_lib.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222

2323

2424
def find_and_load_libtorchao_ops(potential_paths):
25-
# import torchao._experimental_aten_ops
25+
"""
26+
Finds and loads torchao._experimental_aten_ops from one of the provided paths
27+
"""
2628

2729
for lib_path in potential_paths:
2830
libs = list(lib_path.glob("_experimental_aten_ops.*"))

0 commit comments

Comments
 (0)