摘要:
报错内容:P16 is not supported on CPU; using FP32 instead 解决办法:在最后加上-- fp16 False whisper git地址:https://github.com/openai/whisper?tab=readme-ov-file 阅读全文
摘要:
报错内容 解决办法 在artifacts设置中,选择copy to the output directory and link via manifest; MANIFEST.MF的位置到src/main/resources 重新build 在jar包输出的目录 运行; 设置artifacts信息 更 阅读全文
摘要:
全局function模式 module1.js//数据 let data = 'atguigu.com' //操作数据的函数 function foo() { console.log(`foo() ${data}`) } function bar() { console.log(`bar() ${d 阅读全文
摘要:
策略模式结构 classDiagram class Context{ -Statage statage +ContextIntegace(Statage statage) } class Stratage{ <<abstract>> + algorithmInterface() } class Co 阅读全文