Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
Signed-off-by: sallyom <[email protected]>
  • Loading branch information
sallyom committed Apr 11, 2024
1 parent 0654510 commit 1f8a78b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/model_servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
ports:
- 5000:5000
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/[email protected]

- name: Install qemu dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
working-directory: terraform-test-environment-module

- name: Ansible Collections
run: ansible-galaxy install -r ./main/recipes/${{ matrix.app_path }}/provision/requirements.yml
run: ansible-galaxy install -r ./provision/requirements.yml
working-directory: ./main/recipes/${{ matrix.app_path }}

- name: Provision
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build-cuda:

.PHONY: build-vulkan
build-vulkan:
podman build --squash-all -t $(VULKAN_IMAGE) . -f cuda/Containerfile
podman build --squash-all -t $(VULKAN_IMAGE) . -f vulkan/Containerfile

.PHONY: download-model-tiny-llama
download-model-tiny-llama:
Expand Down

0 comments on commit 1f8a78b

Please sign in to comment.