runtime error

9:04:32.725159: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. 2023-12-12 09:04:33.787773: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT preprocessor_config.json: 0%| | 0.00/160 [00:00<?, ?B/s] preprocessor_config.json: 100%|██████████| 160/160 [00:00<00:00, 809kB/s] /home/user/.local/lib/python3.10/site-packages/transformers/models/vit/feature_extraction_vit.py:28: FutureWarning: The class ViTFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use ViTImageProcessor instead. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> MODEL = from_pretrained_keras(MODEL_CKPT) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/keras_mixin.py", line 272, in from_pretrained_keras return KerasModelHubMixin.from_pretrained(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/hub_mixin.py", line 138, in from_pretrained config_file = hf_hub_download( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 110, in _inner_fn validate_repo_id(arg_value) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 164, in validate_repo_id raise HFValidationError( huggingface_hub.utils._validators.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: 'chansung/vit-e2e-pipeline-hf-integration@v1664863171'.

Container logs:

Fetching error logs...