-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The input file is split into 3 pieces, `*.vk`, `*.params` and `*.contribs`. In order to verify they are actually the pieces from the original file, you can concatenate them to get the orginal file back via: ``` cat *.vk *.params *.contribs > same-as-original.bin ```
- Loading branch information
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters