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