tiedong commited on
Commit
b7e2eef
1 Parent(s): 07dca0f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ except:
25
 
26
  def main(
27
  load_8bit: bool = False,
28
- base_model: str = "",
29
  lora_weights: str = "tiedong/goat-lora-7b",
30
  prompt_template: str = "goat",
31
  server_name: str = "0.0.0.0",
 
25
 
26
  def main(
27
  load_8bit: bool = False,
28
+ base_model: str = "decapoda-research/llama-7b-hf",
29
  lora_weights: str = "tiedong/goat-lora-7b",
30
  prompt_template: str = "goat",
31
  server_name: str = "0.0.0.0",