diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-11 11:34:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 11:34:25 +0200 |
commit | a5c5ae2f545d0d3338f5b2a7840457e35d5bccc1 (patch) | |
tree | ce42b01c87a87835e7013ae5486e9241d629790b | |
parent | ea977e85ecda7b983f0e7b1db20b509998ddc889 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Inference of [Facebook's LLaMA](https://github.com/facebookresearch/llama) model in pure C/C++ -**!!! IMPORTANT!!!** +**!!! IMPORTANT !!!** 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. |