You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have an updated requirements.txt since there are several dependencies that are not listed (e.g. onnxoptimizer, nvidia-tensorrt, onnxruntime, transformer-deploy) and also requires TVM to be installed.
If any of these are not core to VoltaML it might be worth adopting an installation method that allows the user to select what is needed, e.g:
If TVM is a core requirement, it would probably be worth documenting that since building TVM from source may not be trivial in some environments (e.g. Kaggle GPU notebooks, Colab etc)
The text was updated successfully, but these errors were encountered:
It would be good to have an updated requirements.txt since there are several dependencies that are not listed (e.g.
onnxoptimizer
,nvidia-tensorrt
,onnxruntime
,transformer-deploy
) and also requires TVM to be installed.If any of these are not core to VoltaML it might be worth adopting an installation method that allows the user to select what is needed, e.g:
If TVM is a core requirement, it would probably be worth documenting that since building TVM from source may not be trivial in some environments (e.g. Kaggle GPU notebooks, Colab etc)
The text was updated successfully, but these errors were encountered: