Spaces:
Running
on
Zero
Running
on
Zero
remove torch.compile
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ checker = pipeline(
|
|
| 21 |
"text-classification",
|
| 22 |
checker_model_name,
|
| 23 |
)
|
| 24 |
-
checker.model = torch.compile(checker.model)
|
| 25 |
|
| 26 |
gc.collect()
|
| 27 |
|
|
|
|
| 21 |
"text-classification",
|
| 22 |
checker_model_name,
|
| 23 |
)
|
| 24 |
+
# checker.model = torch.compile(checker.model)
|
| 25 |
|
| 26 |
gc.collect()
|
| 27 |
|