issues
search
iree-org
/
iree
A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.86k
stars
622
forks
source link
Fix requirements checking in pypi_deploy.sh and document scripts.
#19137
Closed
ScottTodd
closed
1 week ago
ScottTodd
commented
1 week ago
set -e
was exiting before we could log helpful messages
check_exists
was assuming a command would exist in
PATH
, but some of the requirements are python packages without scripts sharing their name
set -e
was exiting before we could log helpful messagescheck_exists
was assuming a command would exist inPATH
, but some of the requirements are python packages without scripts sharing their name