8 lines
221 B
Bash
8 lines
221 B
Bash
|
|
CUDA_VISIBLE_DEVICES=1 python generate.py \
|
|
--load_8bit \
|
|
--base_model 'minlik/chinese-llama-7b-merged' \
|
|
--lora_weights 'entity303/lawgpt-lora-7b' \
|
|
--prompt_template 'law_template' \
|
|
--share_gradio
|