This is an automated email from the ASF dual-hosted git repository.

wuwei 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 22dd8d895a Minor update docs instructions (#16609)
22dd8d895a is described below

commit 22dd8d895a42fe2a07c87e6754ba12bb30741566
Author: Tianqi Chen <[email protected]>
AuthorDate: Tue Mar 5 14:18:34 2024 -0500

    Minor update docs instructions (#16609)
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 553aaf8a92..294051c0b0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -253,7 +253,7 @@ INSTALL_TVM_CUDA_FIXED = f"""\
 # you must request a Google Colab instance with a GPU by going to Runtime ->
 # Change runtime type -> Hardware accelerator -> GPU. If you wish to build from
 # source, see https://tvm.apache.org/docs/install/from_source.html
-pip install apache-tvm-cu113=={version} -f https://tlcpack.ai/wheels""";
+pip install apache-tvm-cu113=={version} --no-index  -f 
https://tlcpack.ai/wheels""";
 
 
 @monkey_patch("sphinx_gallery.gen_rst", "jupyter_notebook")

Reply via email to