-
0.2.17 Stable
released this
2023-08-01 09:55:14 -04:00 | 44 commits to main since this releaseChanges
- Fix CPU feature detection for ARM processors
-
0.2.16 Stable
released this
2023-07-30 14:26:42 -04:00 | 46 commits to main since this releaseChanges
- Auto detect CPU features AVX2, AVX
-
0.2.15 Stable
released this
2023-07-28 19:46:52 -04:00 | 50 commits to main since this releaseChanges
- Add support for LLaMA 2 70B models
- Update ggml and llama.cpp
-
0.2.14 Stable
released this
2023-07-20 14:50:03 -04:00 | 56 commits to main since this releaseChanges
- Add Metal support for LLaMA models
-
0.2.13 Stable
released this
2023-07-17 14:57:49 -04:00 | 61 commits to main since this releaseChanges
- Add precompiled libraries for CUDA 12
-
0.2.12 Stable
released this
2023-07-15 11:11:53 -04:00 | 66 commits to main since this releaseChanges
- Add support for GGCC model format for Falcon models
-
0.2.11 Stable
released this
2023-07-03 15:32:04 -04:00 | 69 commits to main since this releaseChanges
- Add support for Replit models
- Increase default number of threads based on hardware threads
-
0.2.10 Stable
released this
2023-06-22 16:15:56 -04:00 | 75 commits to main since this releaseChanges
- Add experimental support for Falcon models
-
released this
2023-06-18 14:23:39 -04:00 | 79 commits to main since this releaseChanges
- Handle special tokens properly while tokenizing
- Handle incomplete UTF-8 multi-byte characters while generating text
- Increase buffer size in
tokenize()for BOS token - Update ggml and llama.cpp
-
0.2.8 Stable
released this
2023-06-12 11:14:20 -04:00 | 86 commits to main since this releaseChanges
- Add support for the new k-quantization formats
- Update GGML