From 939e9d00a2d42348b8605fcd667a962f09c66a79 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 12 Feb 2023 00:47:03 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f332c8..ea5cecd 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ python download-model.py EleutherAI/gpt-j-6B --text-only #### Converting to pytorch (optional) -The script `convert-to-torch.py` allows you to convert models to .pt format, which is sometimes 10x faster to load to the GPU: +The script `convert-to-torch.py` allows you to convert models to .pt format, which can be a lot faster to load to the GPU: python convert-to-torch.py models/model-name