This is an automated email from the ASF dual-hosted git repository.
masahi 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 de7f762436 typo in 'build' NNPACK (#13215)
de7f762436 is described below
commit de7f76243601e127782e530f84ab7d51115a4c14
Author: jrr <[email protected]>
AuthorDate: Fri Oct 28 05:23:13 2022 +0530
typo in 'build' NNPACK (#13215)
---
docs/install/nnpack.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/install/nnpack.rst b/docs/install/nnpack.rst
index 2afd95a5ef..c5516235a3 100644
--- a/docs/install/nnpack.rst
+++ b/docs/install/nnpack.rst
@@ -50,7 +50,7 @@ If the trained model meets some conditions of using NNPACK,
you can build TVM with NNPACK support.
Follow these simple steps:
-uild NNPACK shared library with the following commands. TVM will link NNPACK
dynamically.
+build NNPACK shared library with the following commands. TVM will link NNPACK
dynamically.
Note: The following NNPACK installation instructions have been tested on
Ubuntu 16.04.