Spaces:
Runtime error
Runtime error
tangchangli
commited on
Commit
·
ba2ad0b
1
Parent(s):
57e646f
chore: decrease lora alpha
Browse files
app.py
CHANGED
@@ -38,7 +38,8 @@ model = SALMONN(
|
|
38 |
whisper_path=args.whisper_path,
|
39 |
beats_path=args.beats_path,
|
40 |
vicuna_path=args.vicuna_path,
|
41 |
-
low_resource=args.low_resource
|
|
|
42 |
)
|
43 |
model.to(args.device)
|
44 |
model.eval()
|
|
|
38 |
whisper_path=args.whisper_path,
|
39 |
beats_path=args.beats_path,
|
40 |
vicuna_path=args.vicuna_path,
|
41 |
+
low_resource=args.low_resource,
|
42 |
+
lora_alpha=24,
|
43 |
)
|
44 |
model.to(args.device)
|
45 |
model.eval()
|