saattrupdan
commited on
Commit
•
4ed6cfa
1
Parent(s):
67b3b64
fix: Remove all torch.compile
Browse files
app.py
CHANGED
@@ -201,7 +201,6 @@ def main():
|
|
201 |
demo.launch(width=.5, ssr_mode=False)
|
202 |
|
203 |
|
204 |
-
@torch.compile()
|
205 |
def classification(
|
206 |
doc: str,
|
207 |
da_hypothesis_template: str,
|
|
|
201 |
demo.launch(width=.5, ssr_mode=False)
|
202 |
|
203 |
|
|
|
204 |
def classification(
|
205 |
doc: str,
|
206 |
da_hypothesis_template: str,
|