Spaces:
Runtime error
Runtime error
Commit
·
5674243
1
Parent(s):
322be28
Upload app.py
Browse files
app.py
CHANGED
|
@@ -108,8 +108,8 @@ def main():
|
|
| 108 |
parser.parse_args_into_dataclasses()
|
| 109 |
)
|
| 110 |
model_args.model_name_or_path = "pinkmanlove/llama-7b-hf"
|
| 111 |
-
|
| 112 |
-
pipeline_args.device = 'cpu'
|
| 113 |
with open ("configs/ds_config_chatbot.json", "r") as f:
|
| 114 |
ds_config = json.load(f)
|
| 115 |
|
|
|
|
| 108 |
parser.parse_args_into_dataclasses()
|
| 109 |
)
|
| 110 |
model_args.model_name_or_path = "pinkmanlove/llama-7b-hf"
|
| 111 |
+
model_args.lora_model_path = "./robin-7b"
|
| 112 |
+
#pipeline_args.device = 'cpu'
|
| 113 |
with open ("configs/ds_config_chatbot.json", "r") as f:
|
| 114 |
ds_config = json.load(f)
|
| 115 |
|