-
0.2.27 Stable
released this
2023-09-10 11:13:26 -04:00 | 0 commits to main since this releaseChanges
- Skip evaluating tokens that are evaluated in the past. This can significantly speed up prompt processing in chat applications that prepend previous messages to prompt.
- Deprecate
LLM.reset()method. Use high-level API instead. - Add support for batching and beam search to 🤗 model.
- Remove universal binary option when building for AVX2, AVX on macOS.
-
0.2.24 Stable
released this
2023-08-24 19:34:51 -04:00 | 15 commits to main since this releaseChanges
- Add GGUF format support for Llama and Falcon models
- Add support for Code Llama models
-
0.2.23 Stable
released this
2023-08-20 15:16:31 -04:00 | 20 commits to main since this releaseChanges
- Add
mmapandmlockparameters for LLaMA and Falcon models - Add
revisionoption for models on Hugging Face Hub
- Add
-
0.2.22 Stable
released this
2023-08-12 11:17:19 -04:00 | 24 commits to main since this releaseChanges
- Add experimental CUDA support for StarCoder, StarChat models
- Add
gpt_bigcodeas model type for StarCoder, StarChat models - Fix loading GPTQ models from a local path
-
0.2.21 Stable
released this
2023-08-07 14:56:47 -04:00 | 31 commits to main since this releaseChanges
- Simplify CUDA installation by using precompiled runtime libraries from NVIDIA
-
0.2.20 Stable
released this
2023-08-05 14:36:15 -04:00 | 34 commits to main since this releaseChanges
- Add experimental CUDA support for MPT models
-
0.2.19 Stable
released this
2023-08-04 18:29:47 -04:00 | 38 commits to main since this releaseChanges
- Add Metal support for LLaMA 2 70B models
- Update llama.cpp
-
0.2.18 Stable
released this
2023-08-02 16:07:48 -04:00 | 42 commits to main since this releaseChanges
- Add experimental support for GPTQ models using ExLlama