Spaces:
Running
on
Zero
Running
on
Zero
Kunpeng Song
commited on
Commit
•
eb0acaa
1
Parent(s):
fea731a
fix zero
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -10,7 +10,7 @@ from model_lib.modules import MoMA_main_modal
|
|
10 |
os.environ["CUDA_VISIBLE_DEVICES"]="0"
|
11 |
|
12 |
title = "MoMA"
|
13 |
-
description = "This demo is running on Zero_GPU with 4bit quantization. Please find our project page at https://moma-adapter.github.io
|
14 |
device = torch.device('cuda')
|
15 |
seed_everything(0)
|
16 |
args = parse_args()
|
|
|
10 |
os.environ["CUDA_VISIBLE_DEVICES"]="0"
|
11 |
|
12 |
title = "MoMA"
|
13 |
+
description = "This demo is running on Zero_GPU with 4bit quantization. Please find our project page at https://moma-adapter.github.io"
|
14 |
device = torch.device('cuda')
|
15 |
seed_everything(0)
|
16 |
args = parse_args()
|