Skip to content

Commit

Permalink
Add Gemma 2 Instruct on Together (#2862)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanmai authored Jul 30, 2024
1 parent fbd2bd0 commit 60a5865
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/helm/config/model_deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,20 @@ model_deployments:
client_spec:
class_name: "helm.clients.together_client.TogetherClient"

- name: together/gemma-2-9b-it
model_name: google/gemma-2-9b-it
tokenizer_name: google/gemma-2-9b
max_sequence_length: 8191
client_spec:
class_name: "helm.clients.together_client.TogetherClient"

- name: together/gemma-2-27b-it
model_name: google/gemma-2-27b-it
tokenizer_name: google/gemma-2-9b
max_sequence_length: 8191
client_spec:
class_name: "helm.clients.together_client.TogetherClient"

## MedLM
- name: google/medlm-medium
model_name: google/medlm-medium
Expand Down

0 comments on commit 60a5865

Please sign in to comment.