seamless_communication
seamless_communication copied to clipboard
error: 'unity_params' does not name a type; did you mean 'gpt_params'?
When I build unity with the -DGGML_BUILD_EXAMPLES
option, the compiler issues an error.
/workspaces/seamless_communication/ggml/examples/common.h:44:58: error: 'unity_params' does not name a type; did you mean 'gpt_params'?
44 | void unity_print_usage(int /*argc*/, char ** argv, const unity_params & params);
Can you try building using the Makefile in GGML folder? I have not fully integrated with GGML cmakefile and not all flags are supported.