mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-22 19:44:59 +00:00
fix(python): pin exllama2 (#1711)
fix(python): pin python deps Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
39a6b562cf
commit
5e155fb081
6 changed files with 43 additions and 11 deletions
|
@ -10,10 +10,7 @@ source activate transformers
|
|||
|
||||
echo $CONDA_PREFIX
|
||||
|
||||
git clone https://github.com/Plachtaa/VALL-E-X.git $CONDA_PREFIX/vall-e-x && pushd $CONDA_PREFIX/vall-e-x && git checkout -b build $SHA && pip install -r requirements.txt && popd
|
||||
|
||||
# Pin some dependencies (the upstream requirements is too much loose)
|
||||
pip install torchaudio==2.2.0
|
||||
git clone https://github.com/Plachtaa/VALL-E-X.git $CONDA_PREFIX/vall-e-x && pushd $CONDA_PREFIX/vall-e-x && git checkout -b build $SHA && popd
|
||||
|
||||
cp -rfv $CONDA_PREFIX/vall-e-x/* ./
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue