Skip to content

Commit

Permalink
update ollama tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Jun 5, 2024
1 parent 23473b8 commit 4f15429
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Start Ollama Server
run: |
curl -fsSL https://ollama.com/install.sh | sh
ollama serve &
ollama pull dolphin2.2-mistral:7b-q6_K
ollama pull mxbai-embed-large
- name: "Setup Python, Poetry and Dependencies"
uses: packetcoders/action-setup-cache-python-poetry@main
Expand Down

0 comments on commit 4f15429

Please sign in to comment.