Spaces:
Running
on
Zero
Running
on
Zero
Rex Cheng
commited on
Commit
·
aa02454
1
Parent(s):
b7f72e1
do not compile
Browse files
app.py
CHANGED
|
@@ -54,9 +54,6 @@ def get_model() -> tuple[MMAudio, FeaturesUtils, SequenceConfig]:
|
|
| 54 |
|
| 55 |
|
| 56 |
net, feature_utils, seq_cfg = get_model()
|
| 57 |
-
net.preprocess_conditions = torch.compile(net.preprocess_conditions)
|
| 58 |
-
net.predict_flow = torch.compile(net.predict_flow)
|
| 59 |
-
feature_utils.compile()
|
| 60 |
|
| 61 |
|
| 62 |
@spaces.GPU
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
net, feature_utils, seq_cfg = get_model()
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
@spaces.GPU
|