This is an automated email from the ASF dual-hosted git repository. driazati pushed a commit to branch driazati-patch-1 in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 117f23655f08ea3f4f1f0f93a634f74efd2e3ed3 Author: driazati <[email protected]> AuthorDate: Wed Oct 26 15:28:14 2022 -0700 Update from_source.rst --- docs/install/from_source.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst index 458a157009..5275518beb 100644 --- a/docs/install/from_source.rst +++ b/docs/install/from_source.rst @@ -51,9 +51,9 @@ Build the Shared Library Our goal is to build the shared libraries: - - On Linux the target library are `libtvm.so` and `libtvm_runtime.so` - - On macOS the target library are `libtvm.dylib` and `libtvm_runtime.dylib` - - On Windows the target library are `libtvm.dll` and `libtvm_runtime.dll` + - On Linux the target library are ``libtvm.so`` and ``libtvm_runtime.so`` + - On macOS the target library are ``libtvm.dylib`` and ``libtvm_runtime.dylib`` + - On Windows the target library are ``libtvm.dll`` and ``libtvm_runtime.dll`` It is also possible to :ref:`build the runtime <deploy-and-integration>` library only.
