mirror of https://github.com/google/gemma.cpp.git
Updates stale references to `compression/migrate_weights`.
PiperOrigin-RevId: 755938143
This commit is contained in:
parent
20757046db
commit
d9d1709df8
|
|
@ -344,7 +344,7 @@ allows to contain the tokenizer (and the model type) directly. A tool to migrate
|
||||||
from the multi-file format to the single-file format is available.
|
from the multi-file format to the single-file format is available.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
compression/migrate_weights \
|
io/migrate_weights \
|
||||||
--tokenizer .../tokenizer.spm --weights .../gemma2-2b-it-sfp.sbs \
|
--tokenizer .../tokenizer.spm --weights .../gemma2-2b-it-sfp.sbs \
|
||||||
--model gemma2-2b-it --output_weights .../gemma2-2b-it-sfp-single.sbs
|
--model gemma2-2b-it --output_weights .../gemma2-2b-it-sfp-single.sbs
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue