Skip to content

Commit

Permalink
Fix venv setup for brevitas (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchen62 authored Aug 21, 2023
1 parent 82b462d commit b87efe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ if [[ $(uname -s) = 'Linux' && ! -z "${BENCHMARK}" ]]; then
fi

if [[ -z "${NO_BREVITAS}" ]]; then
$PYTHON -m pip install git+https://github.com/Xilinx/brevitas.git@llm
$PYTHON -m pip install git+https://github.com/Xilinx/brevitas.git@dev
fi

if [[ -z "${CONDA_PREFIX}" && "$SKIP_VENV" != "1" ]]; then
Expand Down

0 comments on commit b87efe7

Please sign in to comment.