Spaces:
Runtime error
Runtime error
edwardjiang
commited on
Commit
·
524c5a8
1
Parent(s):
89b6055
Update launch.py
Browse files
launch.py
CHANGED
@@ -133,7 +133,7 @@ EduChat的能力
|
|
133 |
|
134 |
print('Loading model...')
|
135 |
|
136 |
-
model = get_specific_model(
|
137 |
|
138 |
model.half().cuda()
|
139 |
model.gradient_checkpointing_enable() # reduce number of stored activations
|
|
|
133 |
|
134 |
print('Loading model...')
|
135 |
|
136 |
+
model = get_specific_model(args.model_path)
|
137 |
|
138 |
model.half().cuda()
|
139 |
model.gradient_checkpointing_enable() # reduce number of stored activations
|