Add --ctx param to Prepare Data & Run section
This commit is contained in:
parent
6b9478ccd5
commit
4f8d62e444
1 changed files with 2 additions and 1 deletions
|
@ -514,7 +514,8 @@ ls ./models
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
# convert the 7B model to ggml FP16 format
|
# convert the 7B model to ggml FP16 format
|
||||||
python3 convert.py models/7B/
|
# Use --ctx 4096 for LLaMA v2
|
||||||
|
python3 convert.py models/7B/ --ctx 2048
|
||||||
|
|
||||||
# [Optional] for models using BPE tokenizers
|
# [Optional] for models using BPE tokenizers
|
||||||
python convert.py models/7B/ --vocabtype bpe
|
python convert.py models/7B/ --vocabtype bpe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue