You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2023/01/03 17:52:32 UTC

[GitHub] [tvm] mehrdadh commented on a diff in pull request #13627: [docs] Add "Open with Colab" button to documentation

mehrdadh commented on code in PR #13627:
URL: https://github.com/apache/tvm/pull/13627#discussion_r1060820946


##########
apps/microtvm/pyproject.toml:
##########
@@ -98,22 +95,23 @@ onnxoptimizer = { version = "==0.2.6", optional = true }
 onnxruntime = { version = "==1.9.0", optional = true }
 
 # Pytorch (also used by ONNX)
-torch = { version = "==1.11.0", optional = true }
-torchvision = { version = "==0.12.0", optional = true }
+torch = { version = "==1.11.0" }

Review Comment:
   this was a temporary hack to be able to export the dependencies in a requirement.txt file. We should revet this change and figure out how to generate dependencies file with extra dependencies.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org