Merge pull request #115 from villesundell:patch-1

PiperOrigin-RevId: 619262700
This commit is contained in:
Copybara-Service 2024-03-26 11:46:54 -07:00
commit bbf4df4584
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ struct LoaderArgs : public ArgsBase<LoaderArgs> {
visitor(weights, "weights", Path(), visitor(weights, "weights", Path(),
"Path name of model weights (.sbs) file. Only required if " "Path name of model weights (.sbs) file. Only required if "
"compressed_weights file is not present and needs to be " "compressed_weights file is not present and needs to be "
"regenerated. This parameter is only required for compressing" "regenerated. This parameter is only required for compressing "
"new model weight exports, otherwise it is not needed."); "new model weight exports, otherwise it is not needed.");
} }
}; };