Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add capybarahermes2.5 7b [example pull request] #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,24 @@
extra_labels:
openllm_alias: 7b,7b-instruct
model_name: mistralai/Mistral-7B-Instruct-v0.1
"capybarahermes-2_5:7b-fp16":
project: vllm-chat
service_config:
name: capybarahermes2_5
traffic:
timeout: 300
resources:
gpu: 1
gpu_type: nvidia-tesla-l4
engine_config:
model: argilla/CapybaraHermes-2.5-Mistral-7B
max_model_len: 1024
enforce_eager: true
dtype: half
chat_template: mistral-instruct
extra_labels:
openllm_alias: 7b
model_name: argilla/CapybaraHermes-2.5-Mistral-7B
"llama3:8b-instruct-awq-4bit":
project: vllm-chat
service_config:
Expand Down