Skip to content

Commit

Permalink
[DOC] Fix typo for the "We utilize the intermediate representation of…
Browse files Browse the repository at this point in the history
… nn.Graph to convert the OneFlow model to Reley." (#17146)

Update oneflow.py
  • Loading branch information
Redempt1onzzZZ authored Jul 10, 2024
1 parent e41d554 commit fc814e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/frontend/oneflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ def from_oneflow(graph, model_dir_path):
OneFlow offers nn.Graph, so that users can use the eager-like programming style to build
static graphs and train the models.
We utilize the intermediate representation of nn.Graph to convert the OneFlow model to Reley.
We utilize the intermediate representation of nn.Graph to convert the OneFlow model to Relay.
Parameters
----------
Expand Down

0 comments on commit fc814e7

Please sign in to comment.