Skip to content

Commit

Permalink
Update _flags.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Jul 8, 2024
1 parent 493f5bf commit 8442e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxscript/function_libs/torch_lib/_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ def _load_boolean_flag(
EXPERIMENTAL_USE_IR: bool = _load_boolean_flag(
"TORCHLIB_EXPERIMENTAL_USE_IR",
this_will="use the ONNX IR instead of the PyTorch Graph for graph building",
deprecated=True,
)

0 comments on commit 8442e87

Please sign in to comment.