runtime error
Exit code: 1. Reason: importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/app/app.py", line 2, in <module> from Visualisation.app import router as vis_router File "/app/Visualisation/app.py", line 10, in <module> table_analyzer = pipeline("table-question-answering", model="google/tapas-base") File "/usr/local/lib/python3.9/site-packages/transformers/pipelines/__init__.py", line 942, in pipeline framework, model = infer_framework_load_model( File "/usr/local/lib/python3.9/site-packages/transformers/pipelines/base.py", line 304, in infer_framework_load_model raise ValueError( ValueError: Could not load model google/tapas-base with any of the following classes: (<class 'transformers.models.auto.modeling_auto.AutoModelForTableQuestionAnswering'>,). See the original errors: while loading with AutoModelForTableQuestionAnswering, an error is thrown: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/transformers/pipelines/base.py", line 291, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) File "/usr/local/lib/python3.9/site-packages/transformers/models/auto/auto_factory.py", line 573, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.9/site-packages/transformers/modeling_utils.py", line 272, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/transformers/modeling_utils.py", line 4317, in from_pretrained checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files( File "/usr/local/lib/python3.9/site-packages/transformers/modeling_utils.py", line 1110, in _get_resolved_checkpoint_files raise EnvironmentError( OSError: google/tapas-base does not appear to have a file named pytorch_model.bin but there is a file for TensorFlow weights. Use `from_tf=True` to load this model from those weights.
Container logs:
Fetching error logs...