Spaces:
Runtime error
Runtime error
Add files
Browse files
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",
|