mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +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 install -y python3 python3-pip npm wget
|
||||
|
||||
- name: "Installing packages with 'curl'"
|
||||
id: install_curl
|
||||
run: |
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
#- name: "Installing packages with 'curl'"
|
||||
# id: install_curl
|
||||
# run: |
|
||||
# curl -fsSL https://ollama.com/install.sh | sh
|
||||
|
||||
- name: "Installing packages with 'wget'"
|
||||
id: install_wget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue