mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
8 lines
137 B
C
8 lines
137 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define APP_VERSION "@APP_VERSION@"
|
|
#define GPT4ALL_AVX_ONLY "@GPT4ALL_AVX_ONLY@"
|
|
|
|
#endif // CONFIG_H
|