Skip to content

Commit

Permalink
Merge pull request #385 from lmilbaum/chatbot-workflow
Browse files Browse the repository at this point in the history
Downloading models makefile moved
  • Loading branch information
lmilbaum authored Apr 29, 2024
2 parents 3925281 + 53b4a01 commit 3b85f7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chatbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: make install

- name: Download model
working-directory: ./recipes/natural_language_processing/${{ env.IMAGE_NAME }}
working-directory: ./models
run: make download-model-mistral

- name: Run Functional Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: make install

- name: Download model
working-directory: ./recipes/natural_language_processing/${{ env.IMAGE_NAME }}
working-directory: ./models
run: make download-model-mistral

- name: Run Functional Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: make install

- name: Download model
working-directory: ./recipes/natural_language_processing/${{ env.IMAGE_NAME }}
working-directory: ./models
run: make download-model-mistral

- name: Run Functional Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: make install

- name: Download model
working-directory: ./recipes/natural_language_processing/${{ env.IMAGE_NAME }}
working-directory: ./models
run: make download-model-mistral

- name: Run Functional Tests
Expand Down

0 comments on commit 3b85f7d

Please sign in to comment.