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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]