Skip to content

Commit

Permalink
feat: single-GPU configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Mistele committed Jan 29, 2025
1 parent b8adf97 commit 4bfa743
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
LITELLM_SALT_KEY: ${LITELLM_SALT_KEY:?error}
DATABASE_URL: postgresql://${LOCAL_DB_POSTGRES_USERNAME?:error}:${LOCAL_DB_POSTGRES_PASSWORD:?error}@pgvector:5432/litellm
volumes:
- ./litellm_config.vllm.yml:/app/config.yaml # this should be the litellm config file
- ./litellm_config.single_gpu.yml:/app/config.yaml # this should be the litellm config file
ports:
- '4000:4000'

Expand Down

0 comments on commit 4bfa743

Please sign in to comment.