Skip to content

Commit

Permalink
Merge pull request #795 from rhatdan/keepalive
Browse files Browse the repository at this point in the history
Attempt to use build_llama_and_whisper.sh
  • Loading branch information
ericcurtin authored Feb 12, 2025
2 parents 7b80bbc + 7f1e680 commit 8dd7ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,9 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install podman bats bash codespell python3-argcomplete pipx git cmake
sudo apt-get install podman bats bash codespell python3-argcomplete pipx git cmake libcurl4-openssl-dev
make install-requirements
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
git submodule update --init --recursive
cmake -B build -DGGML_NATIVE=OFF
cmake --build build --config Release
sudo cmake --install build
sudo ./container-images/scripts/build_llama_and_whisper.sh
- name: Upgrade to podman 5
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ build_multi_arch:

.PHONY: build-rag
build-rag:
podman build --build-arg IMAGE=${IMAGE} --build-arg GPU=${GPU} -t ${IMAGE}-rag container-images/pragmatic
podman build --no-cache --build-arg IMAGE=${IMAGE} --build-arg GPU=${GPU} -t ${IMAGE}-rag container-images/pragmatic

.PHONY: install-docs
install-docs: docs
Expand Down

0 comments on commit 8dd7ec4

Please sign in to comment.