mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Better wording
This commit is contained in:
parent
285032da36
commit
4142760d56
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user