mirror of https://github.com/google/gemma.cpp.git
Merge pull request #115 from villesundell:patch-1
PiperOrigin-RevId: 619262700
This commit is contained in:
commit
bbf4df4584
|
|
@ -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.");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue