We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a1df1 commit 40c021fCopy full SHA for 40c021f
examples/simple-tts/simple-tts.cpp
@@ -1,3 +1,5 @@
1
+#define _USE_MATH_DEFINES // For M_PI on MSVC
2
+
3
#include "llama.h"
4
#include "json.hpp"
5
#include <algorithm>
0 commit comments