Skip to content

Commit

Permalink
use together for llama3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Aug 19, 2024
1 parent 6ef69df commit 63e72e8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/berriai/litellm:main-v1.43.10-stable
FROM ghcr.io/berriai/litellm:main-v1.43.16-stable

WORKDIR /app
COPY config.yaml .
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- `AZURE_API_KEY_6`
- `ANTHROPIC_API_KEY`
- `ANYSCALE_API_KEY`
- `TOGETHER_API_KEY`
- `FIREWORKS_API_KEY`
- `MASTER_KEY`
- `REDIS_HOST`
Expand Down
16 changes: 12 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,22 @@ model_list:
api_key: os.environ/ANTHROPIC_API_KEY
rpm: 1000
tpm: 40000
# - model_name: llama-3.1-8b
# litellm_params:
# model: fireworks_ai/accounts/fireworks/models/llama-v3p1-8b-instruct
# api_key: os.environ/FIREWORKS_API_KEY
# - model_name: llama-3.1-70b
# litellm_params:
# model: fireworks_ai/accounts/fireworks/models/llama-v3p1-70b-instruct
# api_key: os.environ/FIREWORKS_API_KEY
- model_name: llama-3.1-8b
litellm_params:
model: fireworks_ai/accounts/fireworks/models/llama-v3p1-8b-instruct
api_key: os.environ/FIREWORKS_API_KEY
model: together_ai/meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo
api_key: os.environ/TOGETHER_API_KEY
- model_name: llama-3.1-70b
litellm_params:
model: fireworks_ai/accounts/fireworks/models/llama-v3p1-70b-instruct
api_key: os.environ/FIREWORKS_API_KEY
model: together_ai/meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo
api_key: os.environ/TOGETHER_API_KEY
litellm_settings:
drop_params: true
callbacks:
Expand Down

0 comments on commit 63e72e8

Please sign in to comment.