[LLM] README revise for llm_convert (#8374)
* Small readme revise for llm_convert * Small fix
This commit is contained in:
parent
7ef1c890eb
commit
a7d66b7342
1 changed files with 2 additions and 3 deletions
|
|
@ -52,10 +52,9 @@ llm_convert(model="/path/to/llama-7b-hf/",
|
|||
model_format="pth",
|
||||
model_family="llama")
|
||||
# gptq model
|
||||
llm_convert(model="/path/to/vicuna-13B-1.1-GPTQ-4bit-128g.pt",
|
||||
outfile="/path/to/out.bin",
|
||||
llm_convert(model="/path/to/vicuna-13B-1.1-GPTQ-4bit-128g/",
|
||||
outfile="/path/to/vicuna-13B-int4/",
|
||||
model_format="gptq",
|
||||
tokenizer_path="/path/to/tokenizer.model",
|
||||
model_family="llama")
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue