Skip to content

Commit

Permalink
exllama2: do not install without conda (overrides pytorch version)
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Mar 5, 2024
1 parent 8120b3c commit 9dbc36b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/python/exllama2/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ if [ $SKIP_CONDA -eq 0 ]; then
export PATH=$PATH:/opt/conda/bin
source activate transformers
else
CONDA_PREFIX=$PWD
# exllama2 is supported only with a conda environment
echo "[exllama2] Attention!!! conda is required - skipping installation"
exit 0
fi

echo $CONDA_PREFIX
Expand Down

0 comments on commit 9dbc36b

Please sign in to comment.