runtime error

Exit code: 1. Reason: ers 0.20.3 Uninstalling tokenizers-0.20.3: Successfully uninstalled tokenizers-0.20.3 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. datasets 3.5.0 requires huggingface-hub>=0.24.0, but you have huggingface-hub 0.17.3 which is incompatible. gradio 5.23.3 requires huggingface-hub>=0.28.1, but you have huggingface-hub 0.17.3 which is incompatible. gradio-client 1.8.0 requires huggingface-hub>=0.19.3, but you have huggingface-hub 0.17.3 which is incompatible. transformers 4.46.0 requires huggingface-hub<1.0,>=0.23.2, but you have huggingface-hub 0.17.3 which is incompatible. transformers 4.46.0 requires tokenizers<0.21,>=0.20, but you have tokenizers 0.14.1 which is incompatible. Successfully installed huggingface_hub-0.17.3 tokenizers-0.14.1 Successfully installed tokenizers Traceback (most recent call last): File "/home/user/app/app.py", line 14, in <module> from transformers import pipeline, AutoModelForCausalLM File "/usr/local/lib/python3.10/site-packages/transformers/__init__.py", line 26, in <module> from . import dependency_versions_check File "/usr/local/lib/python3.10/site-packages/transformers/dependency_versions_check.py", line 57, in <module> require_version_core(deps[pkg]) File "/usr/local/lib/python3.10/site-packages/transformers/utils/versions.py", line 117, in require_version_core return require_version(requirement, hint) File "/usr/local/lib/python3.10/site-packages/transformers/utils/versions.py", line 111, in require_version _compare_versions(op, got_ver, want_ver, requirement, pkg, hint) File "/usr/local/lib/python3.10/site-packages/transformers/utils/versions.py", line 44, in _compare_versions raise ImportError( ImportError: tokenizers>=0.20,<0.21 is required for a normal functioning of this module, but found tokenizers==0.14.1. Try: `pip install transformers -U` or `pip install -e '.[dev]'` if you're working with git main

Container logs:

Fetching error logs...