llama-stack-mirror/.github
Ignas Baranauskas 2413447467
ci: add new action to install ollama, cache the model (#2054)
# What does this PR do?
This PR introduces a reusable GitHub Actions workflow for pulling and
running an Ollama model, with caching to avoid repeated downloads.

[//]: # (If resolving an issue, uncomment and update the line below)
Closes: #1949 

## Test Plan

1. Trigger a workflow that uses the Ollama setup. Confirm that:
- The model is pulled successfully.
- It is placed in the correct directory, official at the moment (not
~ollama/.ollama/models as per comment so need to confirm this).
2. Re-run the same workflow to validate that:
- The model is restored from the cache.
- Execution succeeds with the cached model.

[//]: # (## Documentation)
2025-05-06 14:56:20 +02:00
..
actions/setup-ollama ci: add new action to install ollama, cache the model (#2054) 2025-05-06 14:56:20 +02:00
ISSUE_TEMPLATE github: issue templates automatically apply relevant label (#956) 2025-02-04 14:44:03 -08:00
workflows ci: add new action to install ollama, cache the model (#2054) 2025-05-06 14:56:20 +02:00
CODEOWNERS ci: add myself to CODEOWNERS (#1823) 2025-03-28 09:37:42 -07:00
dependabot.yml ci: Add dependabot scans for Python deps (#1618) 2025-03-17 20:20:31 -07:00
PULL_REQUEST_TEMPLATE.md docs: remove changelog mention from PR template (#1049) 2025-02-11 13:24:53 -05:00
TRIAGERS.md chore: Add triagers list #1561 (#1701) 2025-03-19 09:59:17 -07:00