This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new fc814e7041 [DOC] Fix typo for the "We utilize the intermediate
representation of nn.Graph to convert the OneFlow model to Reley." (#17146)
fc814e7041 is described below
commit fc814e704138bbb0d24cee7c77919e9bf3e01d7d
Author: Redempt1onzzZZ <[email protected]>
AuthorDate: Thu Jul 11 00:23:52 2024 +0800
[DOC] Fix typo for the "We utilize the intermediate representation of
nn.Graph to convert the OneFlow model to Reley." (#17146)
Update oneflow.py
---
python/tvm/relay/frontend/oneflow.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/tvm/relay/frontend/oneflow.py
b/python/tvm/relay/frontend/oneflow.py
index 72f3b20ecb..369bec445f 100644
--- a/python/tvm/relay/frontend/oneflow.py
+++ b/python/tvm/relay/frontend/oneflow.py
@@ -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
----------