Files
LaWGPT/scripts/generate.sh
2023-05-22 02:39:04 +08:00

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