chore: bump cortex.cpp server 1.0.10-rc6 (#4642)
* chore: bump cortex.cpp server 1.0.10-rc6 * chore: don't force stop model on delete if its not currently running
This commit is contained in:
parent
aed42edb3f
commit
470fd64ab5
@ -1 +1 @@
|
|||||||
1.0.10-rc5
|
1.0.10-rc6
|
||||||
|
|||||||
@ -176,7 +176,7 @@ const MyModelList = ({ model }: Props) => {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
if (!serverEnabled) {
|
if (!serverEnabled) {
|
||||||
await stopModel()
|
if (activeModel?.id === model.id) await stopModel()
|
||||||
deleteModel(model)
|
deleteModel(model)
|
||||||
}
|
}
|
||||||
}, 500)
|
}, 500)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user