diff options
author | slaren <slarengh@gmail.com> | 2023-08-29 23:17:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 23:17:34 +0200 |
commit | c03a243abf9f30889f31fefdfa94fe9d7034820c (patch) | |
tree | 54cb3208ad40f677addd12209d93a71c4a7c643f | |
parent | fa3582f509a2715e80a473e79f88dcd1ebff44c2 (diff) |
remove outdated references to -eps and -gqa from README (#2881)
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -729,8 +729,6 @@ python3 convert.py pygmalion-7b/ --outtype q4_1 - [LLaMA 2 7B chat](https://huggingface.co/TheBloke/Llama-2-7B-chat-GGML) - [LLaMA 2 13B chat](https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML) - [LLaMA 2 70B chat](https://huggingface.co/TheBloke/Llama-2-70B-chat-GGML) -- Specify `-eps 1e-5` for best generation quality -- Specify `-gqa 8` for 70B models to work ### Verifying the model files |