mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:12:36 +00:00
Convert TGI
This commit is contained in:
parent
9bb07ce298
commit
028530546f
14 changed files with 485 additions and 160 deletions
|
|
@ -1,13 +1,3 @@
|
|||
# NOTES:
|
||||
#
|
||||
# This Docker Compose (and the associated run.yaml) assumes you will be
|
||||
# running in the default "bridged" network mode.
|
||||
#
|
||||
# If you need "host" network mode, please uncomment
|
||||
# - network_mode: "host"
|
||||
#
|
||||
# Similarly change "host.docker.internal" to "localhost" in the run.yaml file
|
||||
#
|
||||
services:
|
||||
vllm-inference:
|
||||
image: vllm/vllm-openai:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue