chore: remove log
This commit is contained in:
parent
85b614f44a
commit
11a7bf7331
@ -600,7 +600,6 @@ export const isModelSupported = async (
|
|||||||
ctx_size?: number
|
ctx_size?: number
|
||||||
) => Promise<'RED' | 'YELLOW' | 'GREEN'>
|
) => Promise<'RED' | 'YELLOW' | 'GREEN'>
|
||||||
}
|
}
|
||||||
console.log(engine, 'engine')
|
|
||||||
if (engine && typeof engine.isModelSupported === 'function') {
|
if (engine && typeof engine.isModelSupported === 'function') {
|
||||||
return await engine.isModelSupported(modelPath, ctxSize)
|
return await engine.isModelSupported(modelPath, ctxSize)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user