Youjin1985
Youjin1985
I can't build with error npm error /Users/username/Library/Caches/node-gyp/22.8.0/include/node/v8-local-handle.h:269:5: error: static assertion failed due to requirement 'std::is_base_of::value': type check
ok it works if I add 'dpg.bind_font(font1)' after dpg.add_font_range(0x4e00, 0x9fff) ### **HOW ABOUT YOU ADD IT TO [DOCUMENTATION](https://dearpygui.readthedocs.io/en/latest/documentation/fonts.html) PLEASE???**
我发现了模型大概占用32Gb, 请问如何用两个 24-Gb GPU?
我用model.half()以后在transcribe中出错: RuntimeError: Input type (float) and bias type (c10::Half) should be the same 请问如何变成float16?
> 可能得研究下用deepspeed之类的做推理。或者试试用cpu先跑起来。或者用float16。 如果我要用vllm、deepspeed之类的做推理,该如何做?能提供个脚本或方案吗?