Skip to content

Commit

Permalink
fix: Correct image name for phi3
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Vitale <[email protected]>
  • Loading branch information
ThomasVitale committed Apr 28, 2024
1 parent 327c765 commit 1aae820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
{context: ollama/mistral, image: ollama-mistral},
{context: ollama/orca-mini, image: ollama-orca-mini},
{context: ollama/phi, image: ollama-phi},
{context: ollama/phi-3, image: ollama-phi3}
{context: ollama/phi3, image: ollama-phi3}
]
with:
context: ${{ matrix.project.context }}
Expand Down

0 comments on commit 1aae820

Please sign in to comment.