ChengShuting
Results
2
comments of
ChengShuting
I also encountered this problem. Does anyone has any idea?
> Is it necessary to launch these two models together? Could you use > > ```shell > tritonserver --model-control-mode=explicit --modelepository=/data/multi_model_repo/ --load-model=Qwen1.5-7B-Chat > tritonserver --model-control-mode=explicit --modelepository=/data/multi_model_repo/ --load-model=Llama3-8B-Chinese-Chat > ``` > >...