We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5a350 commit 22dd8d8Copy full SHA for 22dd8d8
docs/conf.py
@@ -253,7 +253,7 @@ def install_request_hook(gallery_conf, fname):
253
# you must request a Google Colab instance with a GPU by going to Runtime ->
254
# Change runtime type -> Hardware accelerator -> GPU. If you wish to build from
255
# source, see https://tvm.apache.org/docs/install/from_source.html
256
-pip install apache-tvm-cu113=={version} -f https://tlcpack.ai/wheels"""
+pip install apache-tvm-cu113=={version} --no-index -f https://tlcpack.ai/wheels"""
257
258
259
@monkey_patch("sphinx_gallery.gen_rst", "jupyter_notebook")
0 commit comments