mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 00:20:09 +00:00
移除多个文件中的调试日志输出,优化代码可读性和性能。
This commit is contained in:
@@ -83,7 +83,7 @@ async function loadModel(modelKey: string, useGpu: boolean = false) {
|
||||
progress_callback: (progress: any) => {
|
||||
try {
|
||||
if (progress && typeof progress === 'object') {
|
||||
console.log('Model loading progress:', progress);
|
||||
// console.log('Model loading progress:', progress);
|
||||
}
|
||||
} catch (error) {
|
||||
// 忽略进度回调错误,避免中断模型加载
|
||||
|
||||
Reference in New Issue
Block a user