mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
Update cicd branch to test removing ollama dependency
This commit is contained in:
parent
e5b3ff6862
commit
7e46e9339c
1 changed files with 4 additions and 4 deletions
|
@ -206,10 +206,10 @@ jobs:
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install -y python3 python3-pip npm wget
|
sudo apt install -y python3 python3-pip npm wget
|
||||||
|
|
||||||
- name: "Installing packages with 'curl'"
|
#- name: "Installing packages with 'curl'"
|
||||||
id: install_curl
|
# id: install_curl
|
||||||
run: |
|
# run: |
|
||||||
curl -fsSL https://ollama.com/install.sh | sh
|
# curl -fsSL https://ollama.com/install.sh | sh
|
||||||
|
|
||||||
- name: "Installing packages with 'wget'"
|
- name: "Installing packages with 'wget'"
|
||||||
id: install_wget
|
id: install_wget
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue