We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccc929 commit d694f32Copy full SHA for d694f32
torchao/experimental/op_lib.py
@@ -22,7 +22,9 @@
22
23
24
def find_and_load_libtorchao_ops(potential_paths):
25
- # import torchao._experimental_aten_ops
+ """
26
+ Finds and loads torchao._experimental_aten_ops from one of the provided paths
27
28
29
for lib_path in potential_paths:
30
libs = list(lib_path.glob("_experimental_aten_ops.*"))
0 commit comments