-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Embed man page into --help flag of each program
See #166
- Loading branch information
Showing
25 changed files
with
391 additions
and
97 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
LLAVA-QUANTIZE(1) General Commands Manual LLAVA-QUANTIZE(1) | ||
|
||
NNAAMMEE | ||
llllaavvaa--qquuaannttiizzee - CLIP model quantizer | ||
|
||
SSYYNNOOPPSSIISS | ||
llllaavvaa--qquuaannttiizzee [options...] _I_N_P_U_T _O_U_T_P_U_T _F_O_R_M_A_T | ||
|
||
DDEESSCCRRIIPPTTIIOONN | ||
llllaavvaa--qquuaannttiizzee makes LLaVA mmproj files smaller. | ||
|
||
AARRGGUUMMEENNTTSS | ||
The following positional arguments are accepted: | ||
|
||
_I_N_P_U_T Is the input file, which should be a CLIP model in the GGUF | ||
format using float16 values. | ||
|
||
_O_U_T_P_U_T Is the output file, which will be a CLIP model in the GGUF format | ||
using the desired number type. | ||
|
||
_F_O_R_M_A_T Is the desired quantization format, which may be the integer id | ||
of a supported quantization type. See the quantization types | ||
section below for acceptable formats. | ||
|
||
OOPPTTIIOONNSS | ||
The following options are accepted: | ||
|
||
--hh, ----hheellpp | ||
Show help message and exit. | ||
|
||
----vveerrssiioonn | ||
Print llamafile version. | ||
|
||
QQUUAANNTTIIZZAATTIIOONN TTYYPPEESS | ||
The following quantization types are available: | ||
|
||
-- 2 is Q4_0 | ||
-- 3 is Q4_1 | ||
-- 6 is Q5_0 | ||
-- 7 is Q5_1 | ||
-- 8 is Q8_0 | ||
|
||
SSEEEE AALLSSOO | ||
llamafile(1) | ||
|
||
Llamafile Manual December 5, 2023 Llamafile Manual |
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
LLAMAFILE-PERPLEXITY(1) General Commands Manual LLAMAFILE-PERPLEXITY(1) | ||
|
||
NNAAMMEE | ||
llllaammaaffiillee--ppeerrpplleexxiittyy - LLM benchmarking tool | ||
|
||
SSYYNNOOPPSSIISS | ||
llllaammaaffiillee--ppeerrpplleexxiittyy [flags...] | ||
|
||
DDEESSCCRRIIPPTTIIOONN | ||
llllaammaaffiillee--ppeerrpplleexxiittyy can be used to gauge the quality of an LLM | ||
implementation. | ||
|
||
OOPPTTIIOONNSS | ||
The following options are available: | ||
|
||
--hh, ----hheellpp | ||
Show help message and exit. | ||
|
||
--mm _F_N_A_M_E, ----mmooddeell _F_N_A_M_E | ||
Model path (default: models/7B/ggml-model-f16.gguf) | ||
|
||
--ff _F_N_A_M_E, ----ffiillee _F_N_A_M_E | ||
Raw data input file. | ||
|
||
--tt _N, ----tthhrreeaaddss _N | ||
Number of threads to use during generation (default: nproc/2) | ||
|
||
--ss _S_E_E_D, ----sseeeedd _S_E_E_D | ||
Random Number Generator (RNG) seed (default: -1, use random seed | ||
for < 0) | ||
|
||
SSEEEE AALLSSOO | ||
llamafile(1) | ||
|
||
Llamafile Manual December 5, 2023 Llamafile Manual |
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
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
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
Oops, something went wrong.