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 b934017 commit 57239d9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/CI-Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +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
- 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 57239d9

Please sign in to comment.