From fc0fd7679e9b271fed33321202a8705d5a796a4f Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 18 Feb 2024 02:52:09 -0500 Subject: [PATCH] Update CI-Docker.yml --- .github/workflows/CI-Docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI-Docker.yml b/.github/workflows/CI-Docker.yml index baa26f4..866e472 100644 --- a/.github/workflows/CI-Docker.yml +++ b/.github/workflows/CI-Docker.yml @@ -15,11 +15,11 @@ jobs: matrix: include: - repository: justinwlin/mistral7b_openllm - model: mistralai/Mistral-7B-Instruct-v0.2 - tag: latest - - repository: justinwlin/mixtral_8x7b_openllm - model: mistralai/Mixtral-8x7B-v0.1 + 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