diff options
author | Vaibhav Srivastav <vaibhavs10@gmail.com> | 2024-05-16 07:38:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 15:38:43 +1000 |
commit | ad52d5c259344888b06fd5acd3344c663dd0621d (patch) | |
tree | 14dfacc73efff2be2aa4dc757e69085a5d9b06ff /examples | |
parent | 172b78210aae0e54d3668c5de14200efab9fac23 (diff) |
doc: add references to hugging face GGUF-my-repo quantisation web tool. (#7288)
* chore: add references to the quantisation space.
* fix grammer lol.
* Update README.md
Co-authored-by: Julien Chaumond <julien@huggingface.co>
* Update README.md
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
---------
Co-authored-by: Julien Chaumond <julien@huggingface.co>
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/quantize/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/quantize/README.md b/examples/quantize/README.md index 8a10365c..b78ece4e 100644 --- a/examples/quantize/README.md +++ b/examples/quantize/README.md @@ -1,6 +1,8 @@ # quantize -TODO +You can also use the [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space on Hugging Face to build your own quants without any setup. + +Note: It is synced from llama.cpp `main` every 6 hours. ## Llama 2 7B |