runtime error

arn( Traceback (most recent call last): File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/transformers/t5/modeling.py", line 28, in <module> from paddle.amp.auto_cast import amp_state ImportError: cannot import name 'amp_state' from 'paddle.amp.auto_cast' (/home/user/.local/lib/python3.8/site-packages/paddle/amp/auto_cast.py) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 6, in <module> import paddlehub as hub File "/home/user/.local/lib/python3.8/site-packages/paddlehub/__init__.py", line 31, in <module> from paddlehub import datasets File "/home/user/.local/lib/python3.8/site-packages/paddlehub/datasets/__init__.py", line 16, in <module> from paddlehub.datasets.chnsenticorp import ChnSentiCorp File "/home/user/.local/lib/python3.8/site-packages/paddlehub/datasets/chnsenticorp.py", line 19, in <module> from paddlehub.datasets.base_nlp_dataset import TextClassificationDataset File "/home/user/.local/lib/python3.8/site-packages/paddlehub/datasets/base_nlp_dataset.py", line 21, in <module> import paddlenlp File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/__init__.py", line 35, in <module> from . import ( File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/data/__init__.py", line 16, in <module> from .data_collator import * File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/data/data_collator.py", line 25, in <module> from ..transformers import BertTokenizer File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/transformers/__init__.py", line 137, in <module> from .t5.modeling import * File "/home/user/.local/lib/python3.8/site-packages/paddlenlp/transformers/t5/modeling.py", line 30, in <module> from paddle.fluid.dygraph.amp.auto_cast import amp_state 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)

Container logs:

Fetching error logs...