Automatically updated from 모델 배포(742:TinyLlama-1.1B) by 그룹사용자(groupuser)
This commit is contained in:
parent
2e65464067
commit
1366d031dc
11
config.pbtxt
11
config.pbtxt
@ -1,5 +1,6 @@
|
|||||||
# Triton Backend for Python.
|
# Triton Backend for vLLM.
|
||||||
backend: "python"
|
backend: "vllm"
|
||||||
|
platform: "vllm"
|
||||||
max_batch_size: 0
|
max_batch_size: 0
|
||||||
|
|
||||||
input [
|
input [
|
||||||
@ -59,12 +60,6 @@ output [
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
parameters: [
|
|
||||||
{
|
|
||||||
key: "model_path",
|
|
||||||
value: {string_value: "/cheetah/input/model/groupuser/TinyLlama-1.1B-Chat-v1.0"}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
instance_group [
|
instance_group [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user