This commit is contained in:
parent
aca0c984d4
commit
ef16d45ff1
@ -17,11 +17,9 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: openllm-container
|
- name: openllm-container
|
||||||
image: ghcr.io/bentoml/openllm
|
image: ghcr.io/bentoml/openllm
|
||||||
args: ["start", "${MODEL_NAME}", "--backend", "vllm"]
|
|
||||||
env:
|
|
||||||
# Set this to desired deployment model
|
# Set this to desired deployment model
|
||||||
- name: MODEL_NAME
|
args: ["start", "meta-llama/Llama-2-13b-hf", "--backend", "vllm"]
|
||||||
value: "meta-llama/Llama-2-13b-hf"
|
env:
|
||||||
- name: TRUST_REMOVE_CODE
|
- name: TRUST_REMOVE_CODE
|
||||||
value: "True"
|
value: "True"
|
||||||
- name: OPENLLM_DO_NOT_TRACK
|
- name: OPENLLM_DO_NOT_TRACK
|
||||||
|
Loading…
Reference in New Issue
Block a user