Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -584,7 +584,8 @@ if __name__ == "__main__":
|
|
584 |
args = get_args()
|
585 |
logger.info(f"args: {args}")
|
586 |
|
587 |
-
model_path = "IELTS8/MaViLa-13b"
|
|
|
588 |
bits = int(os.getenv("bits", 4))
|
589 |
|
590 |
controller_proc = start_controller()
|
|
|
584 |
args = get_args()
|
585 |
logger.info(f"args: {args}")
|
586 |
|
587 |
+
# model_path = "IELTS8/MaViLa-13b"
|
588 |
+
model_path = 'IELTS8/mavila-llava-13b'
|
589 |
bits = int(os.getenv("bits", 4))
|
590 |
|
591 |
controller_proc = start_controller()
|