From: Georgi Gerganov Date: Thu, 30 Mar 2023 21:37:37 +0000 (+0300) Subject: gpt-2 : minor update readme X-Git-Tag: upstream/0.0.1642~1563 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c9f702ac573a2be4a1b9926979084941f95d0e33;p=pkg%2Fggml%2Fsources%2Fggml gpt-2 : minor update readme --- diff --git a/examples/gpt-2/README.md b/examples/gpt-2/README.md index 568bf435..509fabc5 100644 --- a/examples/gpt-2/README.md +++ b/examples/gpt-2/README.md @@ -118,7 +118,7 @@ python ../examples/gpt-2/convert-cerebras-to-ggml.py models/Cerebras-GPT-111M/ ``` -## Downloading the ggml model directly +## Downloading the ggml model directly (GPT-2) For convenience, I will be hosting the converted ggml model files in order to make it easier to run the examples. This way, you can directly download a single binary file and start using it. No python or Tensorflow is required.