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 11fe18e commit 764b51fCopy full SHA for 764b51f
llamafile/version.h
@@ -2,7 +2,7 @@
2
3
#define LLAMAFILE_MAJOR 0
4
#define LLAMAFILE_MINOR 9
5
-#define LLAMAFILE_PATCH 1
+#define LLAMAFILE_PATCH 2
6
#define LLAMAFILE_VERSION \
7
(100000000 * LLAMAFILE_MAJOR + 1000000 * LLAMAFILE_MINOR + LLAMAFILE_PATCH)
8
0 commit comments