update manually installed llama-cpp-python

This commit is contained in:
Alex O'Connell
2024-01-28 11:36:31 -05:00
committed by Alex O'Connell
parent 95a90618f6
commit 24f8ba10c3
6 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ RUN \
&& git clone https://github.com/oobabooga/text-generation-webui.git ${APP_DIR} --branch snapshot-2024-01-28 \
&& python3 -m pip install torch torchvision torchaudio py-cpuinfo==9.0.0 \
&& python3 -m pip install -r ${APP_DIR}/requirements_cpu_only_noavx2.txt -r ${APP_DIR}/extensions/openai/requirements.txt llama-cpp-python \
&& python3 -m pip install llama-cpp-python==0.2.29 \
&& python3 -m pip install llama-cpp-python==0.2.32 \
&& apt-get purge -y --auto-remove \
git \
build-essential \

Binary file not shown.

Binary file not shown.

2
dist/run_docker.sh vendored
View File

@@ -3,4 +3,4 @@
docker run -it --rm \
--entrypoint bash \
-v $(pwd):/tmp/dist \
homeassistant/home-assistant /tmp/dist/make_wheel.sh v0.2.29
homeassistant/home-assistant /tmp/dist/make_wheel.sh v0.2.32