From 86092d18794c5331bb96f5deca800588e104a475 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:58:24 -0300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7008d6c..073e010 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ For instance: You also need to put GPT-J-6B's config.json file in the same folder: [config.json](https://huggingface.co/EleutherAI/gpt-j-6B/raw/main/config.json) -## Converting to pytorch +#### Converting to pytorch (optional) The script `convert-to-torch.py` allows you to convert models to .pt format, which is about 10x faster to load: