Spaces:
Runtime error
Runtime error
runtime error
Space failed to start. Exit code: 1
Container logs:
gpb54 2023-03-24T11:21:04.966Z Traceback (most recent call last):
gpb54 2023-03-24T11:21:04.966Z File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/transformers/t5/modeling.py", line 28, in <module>
gpb54 2023-03-24T11:21:04.966Z from paddle.amp.auto_cast import amp_state
gpb54 2023-03-24T11:21:04.966Z ImportError: cannot import name 'amp_state' from 'paddle.amp.auto_cast' (/home/user/.local/lib/python3.8/site-packages/paddle/amp/auto_cast.py)
gpb54 2023-03-24T11:21:04.966Z
gpb54 2023-03-24T11:21:04.966Z During handling of the above exception, another exception occurred:
gpb54 2023-03-24T11:21:04.966Z
gpb54 2023-03-24T11:21:04.966Z Traceback (most recent call last):
gpb54 2023-03-24T11:21:04.966Z File "app.py", line 4, in <module>
gpb54 2023-03-24T11:21:04.966Z import paddlehub as hub
gpb54 2023-03-24T11:21:04.966Z File "/home/user/.local/lib/python3.8/site-packages/paddlehub/__init__.py", line 31, in <module>
gpb54 2023-03-24T11:21:04.966Z from paddlehub import datasets
gpb54 2023-03-24T11:21:04.966Z File "/home/user/.local/lib/python3.8/site-packages/paddlehub/datasets/__init__.py", line 16, in <module>
gpb54 2023-03-24T11:21:04.966Z from paddlehub.datasets.chnsenticorp import ChnSentiCorp
gpb54 2023-03-24T11:21:04.966Z File "/home/user/.local/lib/python3.8/site-packages/paddlehub/datasets/chnsenticorp.py", line 19, in <module>
gpb54 2023-03-24T11:21:04.966Z from paddlehub.datasets.base_nlp_dataset import TextClassificationDataset
gpb54 2023-03-24T11:21:04.966Z File "/home/user/.local/lib/python3.8/site-packages/paddlehub/datasets/base_nlp_dataset.py", line 21, in <module>
gpb54 2023-03-24T11:21:04.967Z import paddlenlp
gpb54 2023-03-24T11:21:04.967Z File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/__init__.py", line 35, in <module>
gpb54 2023-03-24T11:21:04.967Z from . import (
gpb54 2023-03-24T11:21:04.967Z File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/data/__init__.py", line 16, in <module>
gpb54 2023-03-24T11:21:04.967Z from .data_collator import *
gpb54 2023-03-24T11:21:04.967Z File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/data/data_collator.py", line 25, in <module>
gpb54 2023-03-24T11:21:04.967Z from ..transformers import BertTokenizer
gpb54 2023-03-24T11:21:04.967Z File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/transformers/__init__.py", line 142, in <module>
gpb54 2023-03-24T11:21:04.967Z from .t5.modeling import *
gpb54 2023-03-24T11:21:04.967Z File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/transformers/t5/modeling.py", line 30, in <module>
gpb54 2023-03-24T11:21:04.967Z from paddle.fluid.dygraph.amp.auto_cast import amp_state
gpb54 2023-03-24T11:21:04.967Z ImportError: cannot import name 'amp_state' from 'paddle.fluid.dygraph.amp.auto_cast' (/home/user/.local/lib/python3.8/site-packages/paddle/fluid/dygraph/amp/auto_cast.py)
gpb54 2023-03-24T11:21:09.178Z
gpb54 2023-03-24T11:21:09.179Z
gpb54 2023-03-24T11:21:09.179Z --------------------------------------
gpb54 2023-03-24T11:21:09.179Z C++ Traceback (most recent call last):
gpb54 2023-03-24T11:21:09.179Z --------------------------------------
gpb54 2023-03-24T11:21:09.179Z No stack trace in paddle, may be caused by external reasons.
gpb54 2023-03-24T11:21:09.179Z
gpb54 2023-03-24T11:21:09.179Z ----------------------
gpb54 2023-03-24T11:21:09.179Z Error Message Summary:
gpb54 2023-03-24T11:21:09.179Z ----------------------
gpb54 2023-03-24T11:21:09.179Z FatalError: `Termination signal` is detected by the operating system.
gpb54 2023-03-24T11:21:09.179Z [TimeInfo: *** Aborted at 1679656869 (unix time) try "date -d @1679656869" if you are using GNU date ***]
gpb54 2023-03-24T11:21:09.179Z [SignalInfo: *** SIGTERM (@0x0) received by PID 1 (TID 0x7fe435187740) from PID 0 ***]
gpb54 2023-03-24T11:21:09.179Z