diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-12 01:26:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 01:26:32 +0200 |
commit | da1a4ff01f42d058cfa59806dd5679c0fe5a8604 (patch) | |
tree | 9491c3bac4a32badc5074666008a1ed5bb26029c | |
parent | 6b2cb6302ffaf8264e33af1dc52e3ea54003e690 (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,9 +2,9 @@ Inference of [Facebook's LLaMA](https://github.com/facebookresearch/llama) model in pure C/C++ -**!!! IMPORTANT !!!** +**Hot topics** -Commit [007a8f6f459c6eb56678fdee4c09219ddb85b640](https://github.com/ggerganov/llama.cpp/commit/007a8f6f459c6eb56678fdee4c09219ddb85b640) added support for all LLaMA models, but introduced breaking changes. If you generated any models before that commit, you must regenerate them after updating to latest master. +- Running on Windows: https://github.com/ggerganov/llama.cpp/issues/22 ## Description |