项目文件夹

文件
2026-07-13 12:45:52 +08:00

7 行
89 B
C++

#include "ggml-backend.h"
int main(void) {
ggml_backend_load_all();
return 0;
}