From eef62b385dec8e434647681a277a201de6b5baa2 Mon Sep 17 00:00:00 2001 From: Edouard Bonlieu Date: Mon, 9 Dec 2024 12:59:10 +0100 Subject: [PATCH] add new models --- .github/workflows/main.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 39b1984..7cd4a71 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -11,6 +11,14 @@ jobs: model: - name: meta-llama/Llama-3.1-8B-Instruct tag: koyeb/meta-llama-3.1-8b-instruct:latest + - name: meta-llama/Llama-3.3-70B-Instruct + tag: koyeb/meta-llama-3.3-70b-instruct:latest + - name: meta-llama/Llama-3.2-1B-Instruct + tag: koyeb/meta-llama-3.2-1b-instruct:latest + - name: meta-llama/Llama-3.2-3B-Instruct + tag: koyeb/meta-llama-3.2-3b-instruct:latest + - name: meta-llama/Llama-3.2-11B-Vision-Instruct + tag: koyeb/meta-llama-3.2-11b-vision-instruct:latest - name: NousResearch/Hermes-3-Llama-3.1-8B tag: koyeb/nousresearch-hermes-3-llama-3.1-8b:latest - name: mistralai/Mistral-7B-Instruct-v0.3 @@ -19,6 +27,12 @@ jobs: tag: koyeb/google-gemma-2-9b-it:latest - name: Qwen/Qwen2.5-7B-Instruct tag: koyeb/qwen-qwen2.5-7b-instruct:latest + - name: HuggingFaceTB/SmolLM2-1.7B-Instruct + tag: koyeb/huggingfacetb-smollm2-1.7b-instruct:latest + - name: HuggingFaceTB/SmolLM2-360M-Instruct + tag: koyeb/huggingfacetb-smollm2-360m-instruct:latest + - name: HuggingFaceTB/SmolLM2-135M-Instruct + tag: koyeb/huggingfacetb-smollm2-135m-instruct:latest steps: - name: Checkout