]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Sat, 11 Mar 2023 23:26:32 +0000 (01:26 +0200)
committerGitHub <redacted>
Sat, 11 Mar 2023 23:26:32 +0000 (01:26 +0200)
README.md

index deb80fa29cb5b3563c8352a790567ca14a7b72b3..5194f6efc7b9d64b1883f216b4a371f4ce3551c8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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