fix: ui issue - all models are activated (#1120)
This commit is contained in:
parent
5a0cec931e
commit
2fb7bfc020
@ -35,7 +35,7 @@ export default function RowModel(props: RowModelProps) {
|
||||
|
||||
const isRemoteModel =
|
||||
props.data.engine === InferenceEngine.openai ||
|
||||
InferenceEngine.triton_trtllm
|
||||
props.data.engine === InferenceEngine.triton_trtllm
|
||||
|
||||
const onModelActionClick = (modelId: string) => {
|
||||
if (activeModel && activeModel.id === modelId) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user