Skip to content

Commit

Permalink
Update CI-Docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwlin authored Feb 18, 2024
1 parent 0e7cc7d commit 3b3ca99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI-Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
- repository: justinwlin/mistral7b_openllm
model: mistralai/Mistral-7B-Instruct-v0.1
tag: latest
- repository: justinwlin/mixtral_8x7b_openllm
model: mistralai/Mixtral-8x7B-v0.1
tag: latest
- repository: justinwlin/llama2_13b_openllm
model: NousResearch/llama-2-13b-hf
tag: latest
- repository: justinwlin/llama2_70b_openllm
model: NousResearch/llama-2-70b-hf
tag: latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 3b3ca99

Please sign in to comment.