diff --git a/setup_venv.sh b/setup_venv.sh index f8e0d6a2..7701289f 100755 --- a/setup_venv.sh +++ b/setup_venv.sh @@ -117,7 +117,7 @@ if [[ ! -z "${IMPORTER}" ]]; then fi fi -$PYTHON -m pip install -e . -f ${${TM_RELEASE_DIR}} -f https://github.com/${RUNTIME}/releases +$PYTHON -m pip install -e . -f ${TM_RELEASE_DIR} -f https://github.com/${RUNTIME}/releases if [[ $(uname -s) = 'Linux' && ! -z "${IMPORTER}" ]]; then $PYTHON -m pip uninstall -y torch torchvision