Spaces:
Runtime error
Runtime error
rev app
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ torch._dynamo.config.verbose = False
|
|
34 |
torch._inductor.config.fallback_random = True # เพิ่มบรรทัดนี้
|
35 |
|
36 |
torch._inductor.config.triton.cudagraphs = False
|
37 |
-
torch._inductor.config.disable_kernel_cache = True
|
38 |
|
39 |
|
40 |
from transformers import TextStreamer
|
|
|
34 |
torch._inductor.config.fallback_random = True # เพิ่มบรรทัดนี้
|
35 |
|
36 |
torch._inductor.config.triton.cudagraphs = False
|
37 |
+
# torch._inductor.config.disable_kernel_cache = True
|
38 |
|
39 |
|
40 |
from transformers import TextStreamer
|