runtime error
Exit code: 1. Reason: preprocessor_config.json: 0%| | 0.00/160 [00:00<?, ?B/s][A preprocessor_config.json: 100%|██████████| 160/160 [00:00<00:00, 984kB/s] config.json: 0%| | 0.00/69.7k [00:00<?, ?B/s][A config.json: 100%|██████████| 69.7k/69.7k [00:00<00:00, 123MB/s] model.safetensors: 0%| | 0.00/22.9M [00:00<?, ?B/s][A model.safetensors: 100%|██████████| 22.9M/22.9M [00:00<00:00, 28.5MB/s] Some weights of ViTModel were not initialized from the model checkpoint at WinKawaks/vit-tiny-patch16-224 and are newly initialized: ['pooler.dense.bias', 'pooler.dense.weight'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Traceback (most recent call last): File "/home/user/app/app.py", line 2, in <module> from matcher.similarity import get_similar_images # adjust if function name differs ImportError: cannot import name 'get_similar_images' from 'matcher.similarity' (/home/user/app/matcher/similarity.py)
Container logs:
Fetching error logs...