From e304041574d584d07f9d5aad4a2dc0f56ca0a5b9 Mon Sep 17 00:00:00 2001 From: Anush Elangovan Date: Tue, 13 Sep 2022 16:12:35 -0700 Subject: [PATCH] Remove redundant {} --- setup_venv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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