mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 19:28:42 +00:00
refactor: rollback dletion for gitignore and actions
This commit is contained in:
parent
9783b6a8a3
commit
51666d19db
23 changed files with 1403 additions and 0 deletions
9
.github/actions/setup-ollama/action.yml
vendored
Normal file
9
.github/actions/setup-ollama/action.yml
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name: Setup Ollama
|
||||
description: Start Ollama
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Start Ollama
|
||||
shell: bash
|
||||
run: |
|
||||
docker run -d --name ollama -p 11434:11434 docker.io/leseb/ollama-with-models
|
||||
Loading…
Add table
Add a link
Reference in a new issue