Skip to content

Commit

Permalink
Minor update docs instructions (#16609)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Mar 5, 2024
1 parent fe5a350 commit 22dd8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def install_request_hook(gallery_conf, fname):
# 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")
Expand Down

0 comments on commit 22dd8d8

Please sign in to comment.