From 4142760d568bebf1f406160c61c10f7d5d08efcd Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 6 Jan 2023 01:44:40 -0300 Subject: [PATCH] Better wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db37d9f..71036b9f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The script `convert-to-torch.py` allows you to convert models to .pt format, whi python convert-to-torch.py models/model-name/ -The output model will be saved to `torch-dumps/model-name.pt`. When you load a new model from the webui, it will first look for this .pt file; if it is not found, it will load the model as usual from `models/model-name/`. +The output model will be saved to `torch-dumps/model-name.pt`. When you load a new model, the webui first looks for this .pt file; if it is not found, it loads the model as usual from `models/model-name/`. ## Starting the webui