williamyangwentao commited on
Commit
66b5a4a
Β·
1 Parent(s): 14091f2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. webui.py +2 -2
webui.py CHANGED
@@ -27,8 +27,8 @@ device = "xpu"
27
 
28
  def main(
29
  load_8bit: bool = False,
30
- base_model: str = "",
31
- lora_weights: str = "",
32
  prompt_template: str = "", # The prompt template to use, will default to alpaca.
33
  server_name: str = "0.0.0.0", # Allows to listen on all interfaces by providing '0.
34
  share_gradio: bool = False,
 
27
 
28
  def main(
29
  load_8bit: bool = False,
30
+ base_model: str = "ziqingyang/chinese-alpaca-2-7b",
31
+ lora_weights: str = "entity303/lawgpt-lora-7b-v2",
32
  prompt_template: str = "", # The prompt template to use, will default to alpaca.
33
  server_name: str = "0.0.0.0", # Allows to listen on all interfaces by providing '0.
34
  share_gradio: bool = False,