From aeff0d4cc160a6ecacf1fe98ba319fbea1881ed6 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 11 Jan 2023 23:04:06 -0300 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce1445c..27e0dcd8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,9 @@ Then follow these steps to install: 2. Place GPT-J-6B's config.json file in that same folder: [config.json](https://huggingface.co/EleutherAI/gpt-j-6B/raw/main/config.json) 3. Download GPT-J-6B under `models/gpt-j-6B`: - python download-model.py EleutherAI/gpt-j-6B +``` +python download-model.py EleutherAI/gpt-j-6B +``` #### Converting to pytorch (optional)