mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00: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
|