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