mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-09 13:48:05 -05:00
update manually installed llama-cpp-python
This commit is contained in:
committed by
Alex O'Connell
parent
95a90618f6
commit
24f8ba10c3
@@ -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.
BIN
dist/llama_cpp_python-0.2.32-cp311-cp311-musllinux_1_2_aarch64.whl
vendored
Normal file
BIN
dist/llama_cpp_python-0.2.32-cp311-cp311-musllinux_1_2_aarch64.whl
vendored
Normal file
Binary file not shown.
BIN
dist/llama_cpp_python-0.2.32-cp311-cp311-musllinux_1_2_x86_64.whl
vendored
Normal file
BIN
dist/llama_cpp_python-0.2.32-cp311-cp311-musllinux_1_2_x86_64.whl
vendored
Normal file
Binary file not shown.
2
dist/run_docker.sh
vendored
2
dist/run_docker.sh
vendored
@@ -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
|
||||
Reference in New Issue
Block a user