seamless_communication icon indicating copy to clipboard operation
seamless_communication copied to clipboard

error: 'unity_params' does not name a type; did you mean 'gpt_params'?

Open FlatMapIO opened this issue 1 year ago • 1 comments

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);

FlatMapIO avatar Dec 03 '23 09:12 FlatMapIO

Can you try building using the Makefile in GGML folder? I have not fully integrated with GGML cmakefile and not all flags are supported.

gwenzek avatar Dec 12 '23 11:12 gwenzek