runtime error
Exit code: 1. Reason: y 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. 2025-12-14 00:21:59.278478: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2025-12-14 00:21:59.279334: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. Error importing huggingface_hub.hub_mixin: No module named 'torch' Error importing huggingface_hub.keras_mixin: No module named 'torch' Traceback (most recent call last): File "/home/user/app/app.py", line 9, in <module> from huggingface_hub import from_pretrained_keras File "/usr/local/lib/python3.10/site-packages/huggingface_hub/__init__.py", line 1040, in __getattr__ submod = importlib.import_module(submod_path) File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/keras_mixin.py", line 10, in <module> from huggingface_hub import ModelHubMixin, snapshot_download File "/usr/local/lib/python3.10/site-packages/huggingface_hub/__init__.py", line 1040, in __getattr__ submod = importlib.import_module(submod_path) File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hub_mixin.py", line 32, in <module> from safetensors.torch import load_model as load_model_as_safetensor File "/usr/local/lib/python3.10/site-packages/safetensors/torch.py", line 7, in <module> import torch ModuleNotFoundError: No module named 'torch'
Container logs:
Fetching error logs...