From: Georgi Gerganov Date: Sat, 11 Mar 2023 23:26:32 +0000 (+0200) Subject: Update README.md X-Git-Tag: gguf-v0.4.0~1280 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=da1a4ff01f42d058cfa59806dd5679c0fe5a8604;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update README.md --- diff --git a/README.md b/README.md index deb80fa2..5194f6ef 100644 --- 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