From 4ab1959795f3dbf4db9a6ba70d011032363e4dd4 Mon Sep 17 00:00:00 2001 From: boxbeam Date: Fri, 26 Apr 2024 13:06:37 -0400 Subject: [PATCH] docs: update changelog with github/gitlab provider (#1979) * docs: update changelog with github/gitlab provider * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Meng Zhang --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85760fdfa915..6727ed8ced54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ## Features * Upgrade [llama.cpp](https://github.com/ggerganov/llama.cpp) to [b2715](https://github.com/ggerganov/llama.cpp/releases/tag/b2715). +* Support integration of repositories from GitHub and GitLab using personal access tokens. ## Fixes and Improvements * Changed the default model filename from `q8_0.v2.gguf` to `model.gguf` in MODEL_SPEC.md