Skip to content

Commit

Permalink
add new models
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardb committed Dec 9, 2024
1 parent 4782460 commit eef62b3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eef62b3

Please sign in to comment.