runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> model = AutoModelForSequenceClassification.from_pretrained(model_name) File "/home/user/.local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1304, in __getattribute__ requires_backends(cls, cls._backends) File "/home/user/.local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1283, in requires_backends raise ImportError(PYTORCH_IMPORT_ERROR_WITH_TF.format(name)) ImportError: AutoModelForSequenceClassification requires the PyTorch library but it was not found in your environment. However, we were able to find a TensorFlow installation. TensorFlow classes begin with "TF", but are otherwise identically named to our PyTorch classes. This means that the TF equivalent of the class you tried to import would be "TFAutoModelForSequenceClassification". If you want to use TensorFlow, please use TF classes instead! If you really do want to use PyTorch please go to https://pytorch.org/get-started/locally/ and follow the instructions that match your environment.

Container logs:

Fetching error logs...